stopPreview method
停止预览
Implementation
Future<void> stopPreview() async {
return _livePusherMethodChannel.invokeMethod(
'stopPreview',
wrapArgs(),
);
}
停止预览
Future<void> stopPreview() async {
return _livePusherMethodChannel.invokeMethod(
'stopPreview',
wrapArgs(),
);
}