isAuthenticated property
bool
get
isAuthenticated
Check if user is authenticated
Implementation
bool get isAuthenticated => _client.isAuthenticated;
Check if user is authenticated
bool get isAuthenticated => _client.isAuthenticated;