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