onHidden method

void onHidden()

Implementation

void onHidden() {
  if (kDebugMode) {
    print("on hidden");
  }
}