initState method

  1. @override
void initState()
override

Implementation

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