boot method

Future<void> boot()

This method is called after all other Modules have been registered, meaning you have access to all other services that have been registered by the framework

Implementation

Future<void> boot() async {}