start method

Future<void> start()

Starts the inspector server and starts announcing for the plugin

Implementation

Future<void> start() {
  return _driver.start();
}