await

open suspend override fun await(): Result<T>

Awaits the result of this Call in a suspending way, asynchronously. Safe to call from any CoroutineContext.

Does not throw exceptions. Any errors will be wrapped in the Result that's returned.