pauseChangeNotifications method

void pauseChangeNotifications()

Pause change notifications

Implementation

void pauseChangeNotifications() {
  _changeNotifier!.paused = true;
  _changeNotifier!.stopNotifications();
}