update abstract method
Update the user's profile. Not all properties in the ProfileModel can be updated, so this method accepts only parameters that can be updated.
Implementation
Future<void> update(String emailAddress, String givenName, String familyName, String imageUrl, LocalDate dateOfBirth);