updateUserProfilePicture abstract method

Future<Either<Failure, String?>> updateUserProfilePicture(
  1. AuthenticationData authData,
  2. String imagePath
)

Implementation

Future<Either<Failure, String?>> updateUserProfilePicture(
    AuthenticationData authData, String imagePath);