menu
neverthrow package
documentation
result_async.dart
ResultAsync<T, E>
unwrapOr method
unwrapOr method
dark_mode
light_mode
unwrapOr
method
Future
<
T
>
unwrapOr
(
T
t
)
Implementation
Future<T> unwrapOr(T t) => _future.then((res) => res.unwrapOr(t));
neverthrow package
documentation
result_async
ResultAsync<T, E>
unwrapOr method
ResultAsync class