VMServiceConnectFunction typedef Null safety
A function that connects to a Dart VM service
with headers
given the url
.
Implementation
typedef VMServiceConnectFunction =
Future<VMServiceClientConnection> Function(
String url, {Map<String, dynamic> headers});