AssetsAudioPlayerPlus.withId constructor

AssetsAudioPlayerPlus.withId(
  1. String? id
)

Implementation

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