RemoteAndroidPlaybackInfo constructor

RemoteAndroidPlaybackInfo({
  1. required AndroidVolumeControlType volumeControlType,
  2. required int maxVolume,
  3. required int volume,
})

Implementation

RemoteAndroidPlaybackInfo({
  required this.volumeControlType,
  required this.maxVolume,
  required this.volume,
});