OptionFutureOrUnwrap<T> extension
Methods
-
call(
) → Future< T> -
Available on FutureOr<
Allows calling aOption< , provided by the OptionFutureOrUnwrap extensionT> >FutureOr<Option<T>>
value like a function, transforming it into a Future that unwraps the returnedOption
value.