bindPlayerAudio method

Future<void> bindPlayerAudio()

初始化,使用前调用

Implementation

Future <void> bindPlayerAudio() async {
  return await AudioPlayerPlatform.instance.bindPlayerAudio();
}