📅  最后修改于: 2022-03-11 14:48:09.204000             🧑  作者: Mango
代码示例4
Future playLocalAsset() async { AudioCache cache = new AudioCache(); return await cache.play("myCustomSoundEffect.mp3");}