didUpdateWidget method
- covariant ReactiveWidgetInterface<
T> oldWidget, - T model
This function gives you an opportunity to update the view model when the widget updates.
For more details, see State.didUpdateWidget.
Implementation
@mustCallSuper
void didUpdateWidget(covariant ReactiveWidgetInterface<T> oldWidget, T model) { }