onAttach method

  1. @override
void onAttach()
override

Implementation

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