AssetsAudioPlayer.withId constructor
AssetsAudioPlayer.withId(
- String? id
Implementation
factory AssetsAudioPlayer.withId(String? id) =>
_getOrCreate(id: id ?? uuid.v4());
factory AssetsAudioPlayer.withId(String? id) =>
_getOrCreate(id: id ?? uuid.v4());