stopCapture method
void
stopCapture()
Stop capture (no-op on non-web)
Implementation
void stopCapture() {
debugPrint('ScreenAnnotationCapture: stopCapture (no-op on this platform)');
}
Stop capture (no-op on non-web)
void stopCapture() {
debugPrint('ScreenAnnotationCapture: stopCapture (no-op on this platform)');
}