updateVmServiceConnection abstract method

void updateVmServiceConnection({
  1. required String? uri,
})

This method should send a DevToolsExtensionEventType.vmServiceConnection event to the extension to notify it of the vm service uri it should establish a connection to.

Implementation

void updateVmServiceConnection({required String? uri});