onBoot abstract method

FutureOr<void> onBoot(
  1. BloomContainer container
)

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);