ResultFutureOrUnwrap<T, E> extension
Provides call
functionality to FutureOr values that complete with a Result
type value.
Methods
-
call()
→ Future<T>
-
Allows calling a
FutureOr<Result<T, E>>
value like a function, transforming
it into a Future that unwraps the returned Result
value.