menu
viggo_core_frontend package
documentation
image/data/data_source.dart
ImageRemoteDataSource
getImage abstract method
getImage abstract method
dark_mode
light_mode
getImage
abstract method
Future
<
Either
<
NetworkException
,
BytesResponse
>
>
getImage
(
String
imageId
)
Implementation
Future<Either<NetworkException, BytesResponse>> getImage(String imageId);
viggo_core_frontend package
documentation
image/data/data_source
ImageRemoteDataSource
getImage abstract method
ImageRemoteDataSource class