back<T> static method

void back<T>([
  1. T? result
])

Pop the current route.

Implementation

static void back<T>([T? result]) => navigatorKey.currentState?.pop(result);