result property

Result of the request

If request is being throttled or resent, the Future keeps being uncompleted until final result

Throws APIError if expected error happens

Implementation

Future<APIResponse> get result => _completer.future;