onDetach method

void onDetach()

Implementation

void onDetach() {
  mLogic?.onDetach();
}