initState method
The framework will call this method exactly once. Override this method to perform initialization,
Implementation
@override
void initState() {
super.initState();
_initChangeNotifier();
}
The framework will call this method exactly once. Override this method to perform initialization,
@override
void initState() {
super.initState();
_initChangeNotifier();
}