PlayerGroupMetasCallback typedef

PlayerGroupMetasCallback = Future<PlayerGroupMetas> Function(AssetsAudioPlayerGroup playerGroup, List<PlayingAudio> audios)

Implementation

typedef PlayerGroupMetasCallback = Future<PlayerGroupMetas> Function(
    AssetsAudioPlayerGroup playerGroup, List<PlayingAudio> audios);