removeRoute method
void
removeRoute()
Pops the Navigator of StandardAppApp.navigator. This is used when context is not accessible.
Implementation
void removeRoute() {
navigator.pop();
}
Pops the Navigator of StandardAppApp.navigator. This is used when context is not accessible.
void removeRoute() {
navigator.pop();
}