onPause method

void onPause()

Implementation

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