restartChangeNotifications method

void restartChangeNotifications()

Restart change notifications after a pause

Implementation

void restartChangeNotifications() {
  _changeNotifier!.paused = false;
  _changeNotifier!.restartChangeNotifications();
}