isAuthenticatedNotifier property

  1. @override
AuthValueListenable get isAuthenticatedNotifier

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;