goBack<T> function

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

Implementation

void goBack<T>([T? result]) => SmartLinksNavigator.goBack(result);