saveUserProfile abstract method

Future<Either<Failure, void>> saveUserProfile(
  1. UserProfile profile
)

Saves or updates the user profile

Implementation

Future<Either<Failure, void>> saveUserProfile(UserProfile profile);