onAudioVolumeIndication property
Reports the volume of the media player.
The SDK triggers this callback every 200 milliseconds to report the current volume of the media player.
- volumeThe volume of the media player. The value ranges from 0 to 255.
Implementation
final void Function(int volume)? onAudioVolumeIndication;