onMuteToggled property

void Function(bool isMute)? onMuteToggled
final

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;