onInit method

  1. @override
void onInit()
override

Implementation

@override
void onInit() {
  super.onInit();
  isInit = true;
}