onUnmuted property
inherited
See UnmutedEvent for details on this event.
Implementation
@override
set onUnmuted(void Function(UnmutedEvent) func) {
_addListener(func);
}
See UnmutedEvent for details on this event.
@override
set onUnmuted(void Function(UnmutedEvent) func) {
_addListener(func);
}