setGuard method
Sets the user's authentication guard name.
Implementation
void setGuard(String guardName) {
setAttribute('auth_guard', guardName);
}
Sets the user's authentication guard name.
void setGuard(String guardName) {
setAttribute('auth_guard', guardName);
}