VolumeChangedCallback typedef

VolumeChangedCallback = void Function(double volume)

Callback that indicates that the volume has been changed using the media controller.

Implementation

typedef VolumeChangedCallback = void Function(double volume);