maybePop method

void maybePop([
  1. Object? result
])

Implementation

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