repositories/portal_repository library
Classes
- PortalRepository
- Manages the NTUT Portal application catalog and app-local favorites.
Properties
-
portalRepositoryProvider
→ Provider<
PortalRepository> -
Provides the session-scoped PortalRepository instance.
final
Typedefs
-
PortalApplicationCategoryData
= ({List<
PortalApplicationData> applications, PortalApplicationCategory category}) - A cached portal category and its applications in portal display order.
- PortalApplicationData = ({PortalApplication application, bool isFavorite})
- A cached portal application together with its app-local favorite state.