onRestart method

void onRestart()

Implementation

void onRestart() {
  if (kDebugMode) {
    print("on restart");
  }
}