resultAsync property

Future<T?> get resultAsync

The result of the task as a future

Implementation

Future<T?> get resultAsync => Future.value(_operation?.valueOrCancellation());