Future<void> playAudio(String path) async { return await AudioPlayerPlatform.instance.playAudio(path); }