future property

Future<T> get future

Future that completes when this task finishes execution

Implementation

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