pop method

void pop([
  1. Object? result
])

Implementation

void pop([Object? result]) {
  navigatorKey.currentState?.pop();
}