stopBGMAsync method
停止播放背景音乐
Implementation
Future<void> stopBGMAsync() async {
return _livePusherMethodChannel.invokeMethod(
'stopBGMAsync',
wrapArgs(),
);
}
停止播放背景音乐
Future<void> stopBGMAsync() async {
return _livePusherMethodChannel.invokeMethod(
'stopBGMAsync',
wrapArgs(),
);
}