didUpdatePresenter method
Called whenever the presenter configuration changes.
Implementation
@protected
void didUpdatePresenter(
BuildContext context,
covariant Presenter<V, M, U> old,
U useCase,
) {}
Called whenever the presenter configuration changes.
@protected
void didUpdatePresenter(
BuildContext context,
covariant Presenter<V, M, U> old,
U useCase,
) {}