initChangeNotifier method

void initChangeNotifier()

Implementation

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