clearUserAttributes method Null safety
Clears all user attributes.
Implementation
static void clearUserAttributes() {
Logger.called('clearUserAttributes');
_register.clearUserAttributes();
}
Clears all user attributes.
static void clearUserAttributes() {
Logger.called('clearUserAttributes');
_register.clearUserAttributes();
}