goBack method

void goBack()

Implementation

void goBack() {
  /// Method used to return to the last tree position
  return navigatorKey.currentState!.pop();
}