unmute method

void unmute()

Unmute the change notifier. No effect if not already muted.

Implementation

void unmute() {
  _muted = false;
}