register method
Registers services, bindings, or singletons into the container.
Called synchronously during app initialization.
Should not perform async operations or depend on booted services.
Implementation
Future<void> register(ServiceContainer container) async {}