back<T> abstract method
void
back<T>([
- T? result
Pops the current route and optionally returns result
.
Implementation
void back<T>([T? result]);
Pops the current route and optionally returns result
.
void back<T>([T? result]);