onMuteToggled property
Called when the mute state is toggled.
isMute is true if the video is now muted, false if unmuted.
Implementation
final void Function(bool isMute)? onMuteToggled;
Called when the mute state is toggled.
isMute is true if the video is now muted, false if unmuted.
final void Function(bool isMute)? onMuteToggled;