setIsAuthenticated method
Implementation
void setIsAuthenticated(bool isAuthenticated) {
for (var adapter in _adapters) {
adapter.setIsAuthenticated(isAuthenticated);
}
}
void setIsAuthenticated(bool isAuthenticated) {
for (var adapter in _adapters) {
adapter.setIsAuthenticated(isAuthenticated);
}
}