stopPlay method
停止播放音视频流
Implementation
Future<void> stopPlay() async {
return _livePlayerMethodChannel.invokeMethod(
'stopPlay',
wrapArgs(),
);
}
停止播放音视频流
Future<void> stopPlay() async {
return _livePlayerMethodChannel.invokeMethod(
'stopPlay',
wrapArgs(),
);
}