AssetsAudioPlayer.withId constructor

AssetsAudioPlayer.withId(
  1. String? id
)

Implementation

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