onInactive method

void onInactive()

Implementation

void onInactive() {
  if (kDebugMode) {
    print("on inactive");
  }
}