attributeKeyToVerify property

CognitoUserAttributeKey get attributeKeyToVerify

Implementation

CognitoUserAttributeKey get attributeKeyToVerify => _attributeKeyToVerify;
set attributeKeyToVerify (CognitoUserAttributeKey attributeKey)

Implementation

set attributeKeyToVerify(CognitoUserAttributeKey attributeKey) {
  _attributeKeyToVerify = attributeKey;
  notifyListeners();
}