RemoteAudioVolumeIndicationEvent constructor
RemoteAudioVolumeIndicationEvent({
- List<
AudioVolumeInfo?> ? volumeList, - required int totalVolume,
Implementation
RemoteAudioVolumeIndicationEvent({
this.volumeList,
required this.totalVolume,
});