boot method
Called after all providers are registered (for initialization).
Implementation
@override
Future<void> boot(ContainerInterface container) async {
// Nothing to boot for now
}
Called after all providers are registered (for initialization).
@override
Future<void> boot(ContainerInterface container) async {
// Nothing to boot for now
}