VMServiceConnectFunction typedef

VMServiceConnectFunction = Future<VmService> Function(String url, Map<String, dynamic>? headers)

A function that connects to a Dart VM service given the url and headers.

Implementation

typedef VMServiceConnectFunction =
    Future<vms.VmService> Function(String url, Map<String, dynamic>? headers);