onClose method

  1. @mustCallSuper
void onClose()

Implementation

@mustCallSuper
void onClose() {
  log("[SCREEN_MANAGER]: Running onClose $runtimeType");
  ScreenManagerController.removeController(this);
}