dependencies abstract method

void dependencies(
  1. Dependencies i
)

Sets up dependencies required by the module. This method allows the module to register its specific dependencies.

Implementation

void dependencies(Dependencies i);