initChangeNotifier method
void
initChangeNotifier()
inherited
Implementation
void initChangeNotifier() {
_implChangeNotifier ??= ImplNotifyListenersChangeNotifier();
}
void initChangeNotifier() {
_implChangeNotifier ??= ImplNotifyListenersChangeNotifier();
}