didPush method
Called when the current route has been pushed.
Implementation
@override
void didPush() {
widget.controller.onResume();
}
Called when the current route has been pushed.
@override
void didPush() {
widget.controller.onResume();
}