kill method

  1. @override
void kill()
override

Kill Isolate

Implementation

@override
void kill() {
  isolate.kill();
}