portalRepo property
PortalAuthenticationRepository
get
portalRepo
A repository that handles authentication operations.
The portalRepo is an instance of PortalAuthenticationRepository that is responsible for handling authentication operations.
This field is initialized with an instance of PortalAuthenticationRepository and is used by the TenantBloc to communicate with the server for tenant data.
Implementation
static PortalAuthenticationRepository get portalRepo =>
PortalAuthenticationRepository();