dependencies abstract method
Sets up dependencies required by the module. This method allows the module to register its specific dependencies.
Implementation
void dependencies(Dependencies i);
Sets up dependencies required by the module. This method allows the module to register its specific dependencies.
void dependencies(Dependencies i);