onUnmuted property

  1. @override
void onUnmuted=(void func(UnmutedEvent))
inherited

See UnmutedEvent for details on this event.

Implementation

@override
set onUnmuted(void Function(UnmutedEvent) func) {
  _addListener(func);
}