call method

Future<Either<Failure, void>> call(
  1. List<int> logoBytes
)

Implementation

Future<Either<Failure, void>> call(List<int> logoBytes) {
  return repository.updateCompanyLogo(logoBytes);
}