设置播放是否可用
Future<void> setPlayEnable(bool enable) async { return await AudioPlayerPlatform.instance.setPlayEnable(enable); }