future property

Future<T> future

Future that will complete when this route is popped from the stack.

Implementation

Future<T> get future => _completer.future;