startPreviewAsync method

Future<void> startPreviewAsync()

开始预览 异步接口

Implementation

Future<void> startPreviewAsync() async {
  return _livePusherMethodChannel.invokeMethod(
    'startPreviewAsync',
    wrapArgs(),
  );
}