muteNext method

void muteNext()

Mute only the next call to notifyListeners, then return to previous mute state. This will be reset after the next call to notifyListeners regardless of any other mute state such as mute being called, or any calls to doMuted.

Implementation

void muteNext() {
  _muteNext = true;
}