停止播放背景音乐
参数:
id 音乐轨道 ID
id
不支持平台:
Future<void> stopPlayMusic(int id) { return _channel.invokeMethod('stopPlayMusic', {"id": id}); }