stopScreenCapture method

FutureOr<int> stopScreenCapture()

Implementation

FutureOr<int> stopScreenCapture() async {
  return await nativeCall('stopScreenCapture', []);
}