AudioDeviceVolumeChanged typedef

AudioDeviceVolumeChanged = void Function(MediaDeviceType deviceType, int volume, bool muted)

Implementation

typedef AudioDeviceVolumeChanged = void Function(
  MediaDeviceType deviceType,
  int volume,
  bool muted,
);