boot method

Future<void> boot(
  1. DIContainer container
)

Bootstrap the provider (called after registration)

Implementation

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