isAuthenticated property
bool
get
isAuthenticated
Check if authenticated.
Implementation
bool get isAuthenticated => _encryptionKey != null;
Check if authenticated.
bool get isAuthenticated => _encryptionKey != null;