pop static method

NavigationPopAction pop([
  1. Object? result
])

Pops the current route off the navigator.

Implementation

static NavigationPopAction pop([Object? result]) {
  return NavigationPopAction._(result);
}