initState method

  1. @override
void initState()
override

Adds StatefulWidget to a static map add this function to the State object's initState() function. Adds State object to a static map

Implementation

@override
void initState() {
  super.initState();
  _addThisState();
}