vm_service_io library
Functions
-
vmServiceConnectUri(
String wsUri, {Log? log}) → Future< VmService> - Connect to the given uri and return a new VmService instance.
-
vmServiceConnectUriWithFactory<
T extends VmService> (String wsUri, {required VmServiceFactory< T> vmServiceFactory, Log? log}) → Future<T> -
Connect to the given uri and return a new instance of
T, which is constructed byvmServiceFactoryand may be a subclass of VmService.