didPop method

void didPop([
  1. T? result
])

Implementation

void didPop([T? result]) {
  _popCompleter.complete(result);
}