onClientConnected method

void onClientConnected()

Implementation

void onClientConnected() {
  assert(devtoolsService is RemoteDevServerService);
  String remoteUrl = (devtoolsService as RemoteDevServerService).url;
  print('Mercury DevTool Connected to $remoteUrl');
  print('Open Chrome/Edge and connect to $remoteUrl to see the inspector.');
}