removeRoute method
Pops the Navigator of StandardAppApp.navigator. This is used when context is not accessible.
Implementation
void removeRoute([Object? result]) {
navigator.maybePop(result);
}
Pops the Navigator of StandardAppApp.navigator. This is used when context is not accessible.
void removeRoute([Object? result]) {
navigator.maybePop(result);
}