register method

Future<void> register(
  1. ServiceContainer container
)

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 {}