future property

Future<T> get future

Gets the future for this task

Implementation

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