Future<void> updateProfile({String? displayName, String? photoUrl}) => _userGateway.updateProfile(displayName, photoUrl);