disposeChangeNotifier method
void
disposeChangeNotifier()
inherited
Don't forget to call this method in the appropriate dispose() function!
Implementation
void disposeChangeNotifier() {
_implChangeNotifier?.dispose();
_implChangeNotifier = null;
}