PlayerGroupCallback typedef

PlayerGroupCallback = void Function(AssetsAudioPlayerGroup playerGroup, List<PlayingAudio> audios)

Implementation

typedef PlayerGroupCallback = void Function(
    AssetsAudioPlayerGroup playerGroup, List<PlayingAudio> audios);