pop<T extends Object?> static method
void
pop<T extends Object?>([
- T? result
Pops the current route off the stack.
Implementation
static void pop<T extends Object?>([T? result]) {
navigatorKey.currentState!.pop<T>(result);
}