onClose method

  1. @protected
  2. @mustCallSuper
void onClose(
  1. BaseController controller
)

Called whenever a Controller is closed. onClose is called just before the Controller is closed and indicates that the particular instance will no longer emit new states.

Implementation

@protected
@mustCallSuper
void onClose(BaseController controller) {}