menu
bug_handler package
documentation
core/result.dart
ResultX extension
ResultX extension
dark_mode
light_mode
ResultX<
T
,
E extends BaseException
>
extension
Async convenience helpers for
Result
.
on
Result
<
T
,
E
>
Methods
mapAsync
<
U
>
(
Future
<
U
>
f
(
T
value
)
)
→
Future
<
Result
<
U
,
E
>
>
Available on
Result
<
T
,
E
>
, provided by the
ResultX
extension
Maps the success value using an async transformer, preserving errors.
bug_handler package
documentation
core/result
ResultX extension
result library