Future<void> updateUserAttributes(Map<String, Object> attributeMap) async { return await UserProfile.updateUserAttributes(attributeMap); }