通过蓝牙修改音量
updateVolume(String deviceId, int volume) async { return await methodChannel .invokeMethod("updateVolume", {"deviceId": deviceId, "volume": volume}); }