pkIsAuthenticatedProvider top-level property
Whether the current user is authenticated.
Implementation
final pkIsAuthenticatedProvider = Provider<bool>((ref) {
return SessionManager.instance.isAuthenticated;
});
Whether the current user is authenticated.
final pkIsAuthenticatedProvider = Provider<bool>((ref) {
return SessionManager.instance.isAuthenticated;
});