menu
fast_http package
documentation
core/API/request_method.dart
StateT<F, S, A>
state method
state method
dark_mode
light_mode
state
method
F
state
(
S
s
)
Implementation
F state(S s) => _FM.map(_run(s), (Tuple2 t) => t.value2);
fast_http package
documentation
core/API/request_method
StateT<F, S, A>
state method
StateT class