menu
lml package
documentation
utils.dart
Response<T>
flatMapAsync<B> abstract method
flatMapAsync<B> abstract method
dark_mode
light_mode
flatMapAsync<
B
>
abstract method
Future
<
Response
<
B
>
>
flatMapAsync
<
B
>(
Future
<
Response
<
B
>
>
mapper
(
T?
t
)
)
Implementation
Future<Response<B>> flatMapAsync<B>(Future<Response<B>> Function(T? t) mapper);
lml package
documentation
utils
Response<T>
flatMapAsync<B> abstract method
Response class