menu
lml package
documentation
utils.dart
Response<T>
ifSuccessAsync abstract method
ifSuccessAsync abstract method
dark_mode
light_mode
ifSuccessAsync
abstract method
Future
<
Response
<
T
>
>
ifSuccessAsync
(
Future
callback
(
T?
payload
)
)
Implementation
Future<Response<T>> ifSuccessAsync(Future Function(T? payload) callback);
lml package
documentation
utils
Response<T>
ifSuccessAsync abstract method
Response class