didUpdatePresenter method

  1. @protected
void didUpdatePresenter(
  1. BuildContext context,
  2. covariant Presenter<V, M, U> old,
  3. U useCase
)

Called whenever the presenter configuration changes.

Implementation

@protected
void didUpdatePresenter(
  BuildContext context,
  covariant Presenter<V, M, U> old,
  U useCase,
) {}