stopCapture method

Future<void> stopCapture()

Implementation

Future<void> stopCapture() {
  throw UnimplementedError('stopScreenCapture() has not been implemented.');
}