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