stopLocalPreview method

Future<void> stopLocalPreview()

停止本地视频采集和预览

Implementation

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