goBack<T> method

void goBack<T>([
  1. T? value
])

Implementation

void goBack<T>([T? value]) => router.goBack(value);