back<T> abstract method

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

Pops the current route and optionally returns result.

Implementation

void back<T>([T? result]);