onShow method

void onShow()

Implementation

void onShow() {
  if (kDebugMode) {
    print("on show");
  }
}