stopChangeNotifications method

void stopChangeNotifications()

Stop change notification manually

Implementation

void stopChangeNotifications() {
  if (manualNotificationControl) {
    _database.wilt.pauseChangeNotifications();
  }
}