updateUserAttributes method

Future<void> updateUserAttributes(
  1. Map<String, Object> attributeMap
)

Implementation

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