startChangeNotify static method

void startChangeNotify()

see _NotifyManager

Implementation

static void startChangeNotify() {
  _notifyManager.startHandleNotify();
  notifyingOfChange = true;
}