menu
flutter_pipwave_ekyc package
documentation
index.dart
StateT<F, S, A>
andThen<B> method
andThen<B> method
dark_mode
light_mode
andThen<
B
>
method
@
override
StateT
<
F
,
S
,
B
>
andThen
<
B
>(
covariant
StateT
<
F
,
S
,
B
>
next
)
override
Implementation
@override StateT<F, S, B> andThen<B>(StateT<F, S, B> next) => bind((_) => next);
flutter_pipwave_ekyc package
documentation
index
StateT<F, S, A>
andThen<B> method
StateT class