RtcAudioVolumeIndicationCallback typedef Null safety

RtcAudioVolumeIndicationCallback = void Function(List<NEMemberVolumeInfo> volumes, int totalVolume)

Implementation

typedef RtcAudioVolumeIndicationCallback = void Function(
    List<NEMemberVolumeInfo> volumes, int totalVolume);