updateCompanyLogo abstract method

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

Updates only the company logo

Implementation

Future<Either<Failure, void>> updateCompanyLogo(List<int> logoBytes);