menu
fast_http package
documentation
core/API/request_method.dart
Task<A>
handleError method
handleError method
dark_mode
light_mode
handleError
method
Task
<
A
>
handleError
(
Function1
<
Object
,
A
>
f
)
Implementation
Task<A> handleError(Function1<Object, A> f) => attempt().map((a) => a.fold(f, id));
fast_http package
documentation
core/API/request_method
Task<A>
handleError method
Task class