menu
fast_http package
documentation
core/API/request_method.dart
Free<F, A>
fold<R> abstract method
fold<R> abstract method
dark_mode
light_mode
fold<
R
>
abstract method
R
fold
<
R
>(
R
ifPure
(
A
a
),
R
ifSuspend
(
F
fa
),
R
ifBind
(
Free
<
F
,
dynamic
>
ffb
,
_FreeF
<
F
,
A
>
f
)
)
Implementation
R fold<R>(R ifPure(A a), R ifSuspend(F fa), R ifBind(Free<F, dynamic> ffb, _FreeF<F, A> f));
fast_http package
documentation
core/API/request_method
Free<F, A>
fold<R> abstract method
Free class