stopPreview method

Future<void> stopPreview ()

停止视频预览。

该方法需要在加入频道前调用。

Implementation

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