updateVmServiceConnection abstract method
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});