push<E> method
Calls StackRouter.push
with this route on the nearest router
Implementation
Future<E?> push<E>(BuildContext context) {
return context.router.push<E>(this);
}
Calls StackRouter.push
with this route on the nearest router
Future<E?> push<E>(BuildContext context) {
return context.router.push<E>(this);
}