onDetach method

  1. @override
void onDetach()
override

Implementation

@override
void onDetach() {
  _gesture.clear();
  super.onDetach();
}