waitResult method

Future<R> waitResult()

Returns a Future to wait for the task result.

Implementation

Future<R> waitResult() => _completerFuture;