didPush method

  1. @protected
TickerFuture didPush ()
@protected

Called after install when the route is pushed onto the navigator.

The returned value resolves when the push transition is complete.

The didChangeNext and didChangePrevious methods are typically called immediately after this method is called.

Implementation

@protected
TickerFuture didPush() => TickerFuture.complete();