onPaused method

void onPaused()

Implementation

void onPaused() {
  if (kDebugMode) {
    print("on paused");
  }
}