@override Future<User?> updateProfile({required User user}) async { return await _userRepository.updateUserProfile(user); }