updateUserProfile abstract method

Future<UserModel> updateUserProfile({
  1. String? username,
  2. String? email,
})

Implementation

Future<UserModel> updateUserProfile({String? username, String? email});