startPreviewAsync method
开始预览 异步接口
Implementation
Future<void> startPreviewAsync() async {
return _livePusherMethodChannel.invokeMethod(
'startPreviewAsync',
wrapArgs(),
);
}
开始预览 异步接口
Future<void> startPreviewAsync() async {
return _livePusherMethodChannel.invokeMethod(
'startPreviewAsync',
wrapArgs(),
);
}