InstallApp class abstract
Constructors
- InstallApp(AppModel theApp)
Properties
- appPolicyModel ↔ AppPolicyModel?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- member ↔ MemberModel?
-
getter/setter pairinherited
-
policyPages
↔ List<
PageModel> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- theApp → AppModel
-
finalinherited
- theAppBar ↔ AppBarModel?
-
getter/setter pair
- thePlatformLogo ↔ PlatformMediumModel?
-
getter/setter pair
- thePublicLogo ↔ PublicMediumModel?
-
getter/setter pair
- thePublicLogoHead ↔ PublicMediumModel?
-
getter/setter pair
Methods
-
appBar(
) → AppBarModel -
disclaimerAssetLocation(
) → String -
drawerMenuDef(
) → MenuDefModel -
extraMenuItems(
) → List< MenuItemModel> ? -
fullScreen(
) → PosSizeModel -
getPolicyMenuItems(
) → List< MenuItemModel> -
halfScreen(
) → PosSizeModel -
homeMenu(
) → HomeMenuModel -
homeMenuDef(
) → MenuDefModel -
logoAssetLocation(
) → String -
logoHeadAssetLocation(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
privacyPolicyAssetLocation(
) → String -
profileDrawerMenuDef(
) → MenuDefModel -
run(
String ownerID) → Future< void> -
inherited
-
runBase(
{required String ownerID}) → Future< void> -
runTheRest(
String? ownerID, DrawerModel drawer, DrawerModel endDrawer) → Future< AppHomePageReferencesModel> -
screen75(
) → PosSizeModel -
setupAppBar(
String? documentID, String? title, {BackgroundModel? backgroundOverride, RgbModel? iconColorOverride, RgbModel? selectedIconColorOverride, }) → Future< AppBarModel> -
setupApplication(
AppHomePageReferencesModel homePages, String ownerID, PublicMediumModel? logo) → Future< void> -
setupAppPoliciesAndPages(
DrawerModel drawer, DrawerModel endDrawer) → Future< void> -
setupDividers(
) → Future< void> -
setupDrawer(
PublicMediumModel? logo) → Future< DrawerModel> -
setupMenus(
) → Future< void> -
setupProfileDrawer(
) → Future< DrawerModel> -
termsOfServiceAssetLocation(
) → String -
toString(
) → String -
A string representation of this object.
inherited
-
wipeAndReinstall(
) → Future< void> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- disclaimerID ↔ String
-
getter/setter pair
- privacyID ↔ String
-
getter/setter pair
- termsOfServiceID ↔ String
-
getter/setter pair