back<T> static method
- T? result
Pop the current route.
Implementation
static void back<T>([T? result]) => navigatorKey.currentState?.pop(result);
Pop the current route.
static void back<T>([T? result]) => navigatorKey.currentState?.pop(result);