user property
The authenticated user of this portal.
This value is null if no user is signed in due to anonymous access or the portal is not loaded.
Implementation
PortalUser? get user => _portalHelper.user;
The authenticated user of this portal.
This value is null if no user is signed in due to anonymous access or the portal is not loaded.
PortalUser? get user => _portalHelper.user;