close method

void close()

Implementation

void close() {
  _isolateSendPort?.send(null); // 通知 isolate 退出
}