@override Future<void> bindPlayerAudio() async{ try { await methodChannel.invokeMethod('bind'); } on PlatformException catch (e) { print("调用失败: '${e.message}'."); } }