menu
flutter_pipwave_ekyc package
documentation
index.dart
StateT<F, S, A>
pure<B> method
pure<B> method
dark_mode
light_mode
pure<
B
>
method
StateT
<
F
,
S
,
B
>
pure
<
B
>(
B
b
)
Implementation
StateT<F, S, B> pure<B>(B b) => new StateT(_FM, (S s) => _FM.pure(new Tuple2(b, s)));
flutter_pipwave_ekyc package
documentation
index
StateT<F, S, A>
pure<B> method
StateT class