stop method

void stop()

Kills the background isolate and its detector server.

Implementation

void stop() {
  _isolate.kill();
}