pop method

void pop([
  1. Object? result
])

Implementation

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