popped property
Future<T?>
get
popped
A future that completes when this route is popped off the navigator.
The future completes with the value given to Navigator.pop, if any, or
else the value of null
.
Implementation
Future<T?> get popped => _popCompleter.future;