stopChangeNotify static method

void stopChangeNotify()

see _NotifyManager

Implementation

static void stopChangeNotify() {
  _notifyManager.stopHandleNotify();
  notifyingOfChange = false;
}