stopIsolateJob method

void stopIsolateJob()
inherited

Implementation

void stopIsolateJob() {
  //_receivePort?.close();
  _isolate?.kill();
  _isolate = null;
  _sendPort = null;
}