goBack method

dynamic goBack()

Implementation

goBack() {
  return navigatorKey.currentState?.pop();
}