stop method

Future<void> stop()

Stops the inspector server

Implementation

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