initChangeNotifier method

void initChangeNotifier()
inherited

Implementation

void initChangeNotifier() {
  _implChangeNotifier ??= ImplNotifyListenersChangeNotifier();
}