registerBinds abstract method
Registers dependencies for this module using the provided InjectorRegister.
This method should be implemented to define all dependencies that belong to this module.
Implementation
@visibleForOverriding
FutureOr<void> registerBinds(InjectorRegister i);