onAppExit method

bool onAppExit()

Implementation

bool onAppExit() {
  'Detected app exit'.logDebug();
  return true;
}