back<T> static method

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

Go back

Implementation

static void back<T>([T? result]) {
  navigator?.pop(result);
}