stopPreview method

Future<void> stopPreview()

停止本地预览

Implementation

Future<void> stopPreview() {
  return bRTCPluginChannel.invokeMethod('stopPreview');
}