isAuthenticatedNotifier property
Listenable for authentication state changes.
SolidBackend subscribes to this to know when to initialize/clear remotes.
Notifies listeners when UpdateAuthMessage updates credentials.
Implementation
@override
AuthValueListenable get isAuthenticatedNotifier => _notifier;