ResultFutureOrUnwrap<T, E> extension

Provides call functionality to FutureOr values that complete with a Result type value.

on

Methods

call() Future<T>

Available on FutureOr<Result<T, E>>, provided by the ResultFutureOrUnwrap extension

Allows calling a FutureOr<Result<T, E>> value like a function, transforming it into a Future that unwraps the returned Result value.