onBoot abstract method
Invoked during the framework boot sequence before the widget tree is mounted.
Receives the active BloomContainer to register dependencies and initialize plugins.
Implementation
FutureOr<void> onBoot(BloomContainer container);
Invoked during the framework boot sequence before the widget tree is mounted.
Receives the active BloomContainer to register dependencies and initialize plugins.
FutureOr<void> onBoot(BloomContainer container);