register abstract method
Registers services or dependencies within the provided GetIt instance.
This method is called to initialize and make available various services or dependencies for the application. Override this method in your service provider implementations to specify custom registration logic.
Implementation
Future<void> register(GetIt it);