📜  为我的颤振应用程序添加声音 - Dart 代码示例

📅  最后修改于: 2022-03-11 14:48:09.204000             🧑  作者: Mango

代码示例4
Future playLocalAsset() async {    AudioCache cache = new AudioCache();    return await cache.play("myCustomSoundEffect.mp3");}