Flutter
widgets
RouteAware
didPopNext method
didPopNext
RouteAware class
Constructors
RouteAware
Properties
hashCode
runtimeType
Methods
didPop
didPopNext
didPush
didPushNext
noSuchMethod
toString
Operators
operator ==
didPopNext method
void
didPopNext
(
)
Called when the top route has been popped off, and the current route shows up.
Implementation
void didPopNext() { }