menu
camera_ml package
documentation
service/detector_service.dart
Detector
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Kills the background isolate and its detector server.
Implementation
void stop() { _isolate.kill(); }
camera_ml package
documentation
service/detector_service
Detector
stop method
Detector class