initState method

  1. @override
void initState()
override

Supply a GlobalKey to the CupertinoApp and the MaterialApp

Implementation

@override
void initState() {
  super.initState();
  cupertinoKey = GlobalKey();
  materialKey = GlobalKey();
}