initState method

  1. @override
void initState()

Implementation

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