menu
whisper4dart package
documentation
whisper.dart
Whisper
close method
close method
dark_mode
light_mode
close
method
void
close
(
)
Implementation
void close() { _isolateSendPort?.send(null); // 通知 isolate 退出 }
whisper4dart package
documentation
whisper
Whisper
close method
Whisper class