stopLocalPreview method

Future<void> stopLocalPreview()

Stop local video capturing and preview

Implementation

Future<void> stopLocalPreview() {
  return _cloudChannel!.invokeMethod('stopLocalPreview');
}