register method
Within the register method, you should only bind things into the service locator. You should never attempt to register any event listeners, routes, or any other piece of functionality within the register method.
Implementation
Future<void> register() async {}