menu
no_cache_img package
documentation
domain/usecases/fetch_image_bytes.dart
FetchImageBytes
call method
call method
dark_mode
light_mode
call
method
Future
<
ImageEntity
>
call
(
String
url
)
Implementation
Future<ImageEntity> call(String url) { return repository.fetchImage(url); }
no_cache_img package
documentation
domain/usecases/fetch_image_bytes
FetchImageBytes
call method
FetchImageBytes class