menu
amplify_authenticator package
documentation
amplify_authenticator.dart
AuthenticatorState
setCustomAttribute method
setCustomAttribute method
dark_mode
light_mode
setCustomAttribute
method
void
setCustomAttribute
(
CognitoUserAttributeKey
key
,
String
value
)
Implementation
void setCustomAttribute(CognitoUserAttributeKey key, String value) { _setAttribute(key, value); }
amplify_authenticator package
documentation
amplify_authenticator
AuthenticatorState
setCustomAttribute method
AuthenticatorState class