future property
Future<T>
get
future
Gets the future for this task
Implementation
Future<T> get future => _completer.future;
Gets the future for this task
Future<T> get future => _completer.future;