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