future property
Future<T>
get
future
Future that will complete when this route is popped from the stack.
Implementation
Future<T> get future => _completer.future;
Future that will complete when this route is popped from the stack.
Future<T> get future => _completer.future;