main library
The entry point for the application
Not a library, just a place to initialize some properties and plugins of the application:
- tr - translation provider,
- log - logger,
- set lets-encrypt certificate,
- register Hive adapters (and open hiveHttpCache Box)...
Properties
Functions
-
init(
) → Future< UI Rootvoid> - Main function for initializing whole App, also used in tests.
-
initAndSetCertificate(
) → Future< void> - Should only called once, call init inside, and set certificate.
-
loadDefaultLocale(
) → Future< AppLocalizations> -
main(
) → Future< void> -
runMain(
) → Future< About UI Rootvoid> - Run application, init Hive, set urlStrategy, and demo data.