boot method

  1. @override
Future<void> boot(
  1. ContainerInterface container
)
override

Called after all providers are registered (for initialization).

Implementation

@override
Future<void> boot(ContainerInterface container) async {
  // Nothing to boot for now
}