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