Future<void> playAudio(String number,{int count = 1}) async { return await AudioPlayerPlatform.instance.playAudio(number,count); }