call method
Implementation
Future<Either<APIErrors, ImageUploadResponse>> call({
required String localFilePath,
}) {
return repository.uploadImageToS3Server(localFilePath: localFilePath);
}
Future<Either<APIErrors, ImageUploadResponse>> call({
required String localFilePath,
}) {
return repository.uploadImageToS3Server(localFilePath: localFilePath);
}