stopPreview method

  1. @override
Future<void> stopPreview()

Stops the local video preview and the video.

Implementation

@override
Future<void> stopPreview() {
  return _invokeMethod('stopPreview');
}