mute method

void mute()

Mute the change notifier until unmute is called.

Implementation

void mute() {
  _muted = true;
}