boot method

Future<void> boot(
  1. Container container
)
inherited

Runs after all providers have registered their bindings.

Implementation

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