stopCapture method

void stopCapture()

Stop capture (no-op on non-web)

Implementation

void stopCapture() {
  debugPrint('ScreenAnnotationCapture: stopCapture (no-op on this platform)');
}