menu
flutter_pipwave_ekyc package
documentation
index.dart
FutureMonad
map<A, B> method
map<A, B> method
dark_mode
light_mode
map<
A
,
B
>
method
@
override
Future
<
B
>
map
<
A
,
B
>(
covariant
Future
<
A
>
fa
,
B
f
(
A
a
)
)
override
Implementation
@override Future<B> map<A, B>(covariant Future<A> fa, B f(A a)) => fa.then(f);
flutter_pipwave_ekyc package
documentation
index
FutureMonad
map<A, B> method
FutureMonad class