updateProfile abstract method

Future<AuthResult<UserModel>> updateProfile({
  1. String? displayName,
  2. String? photoUrl,
})

Implementation

Future<AuthResult<UserModel>> updateProfile({String? displayName, String? photoUrl});