boot method

Future<void> boot(
  1. ContainerInterface container
)

Called after all providers are registered (for initialization).

Implementation

Future<void> boot(ContainerInterface container) async {}