A future that completes when this route is popped off the navigator.
The future completes with the value given to Navigator.pop, if any.
Source
Future<T> get popped => _popCompleter.future;
A future that completes when this route is popped off the navigator.
The future completes with the value given to Navigator.pop, if any.
Future<T> get popped => _popCompleter.future;