updateProfilePhoto abstract method

Future<Either<Failure, void>> updateProfilePhoto(
  1. List<int> photoBytes
)

Updates only the personal photo

Implementation

Future<Either<Failure, void>> updateProfilePhoto(List<int> photoBytes);