RemoteAudioVolumeIndicationEvent constructor

RemoteAudioVolumeIndicationEvent({
  1. List<AudioVolumeInfo?>? volumeList,
  2. required int totalVolume,
})

Implementation

RemoteAudioVolumeIndicationEvent({
  this.volumeList,
  required this.totalVolume,
});