popped property

Future<T?> 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 currentResult. See didComplete for more discussion on this topic.

Implementation

Future<T?> get popped => _popCompleter.future;