menu
logsuite package
documentation
screenshot_capture.dart
ScreenshotCapture
stopRecording method
stopRecording method
dark_mode
light_mode
stopRecording
method
void
stopRecording
(
)
Implementation
void stopRecording() { _isRecording = false; _timer?.cancel(); }
logsuite package
documentation
screenshot_capture
ScreenshotCapture
stopRecording method
ScreenshotCapture class