setCustomAttribute method

void setCustomAttribute(
  1. CognitoUserAttributeKey key,
  2. String value
)

Implementation

void setCustomAttribute(CognitoUserAttributeKey key, String value) {
  _setAttribute(key, value);
}