stopBGMAsync method

Future<void> stopBGMAsync()

停止播放背景音乐

Implementation

Future<void> stopBGMAsync() async {
  return _livePusherMethodChannel.invokeMethod(
    'stopBGMAsync',
    wrapArgs(),
  );
}