Future<AudioPlayer> playLocalAsset() async { AudioCache cache = new AudioCache(); return await cache.play("myCustomSoundEffect.mp3");}