initModule method

void initModule()

Implementation

void initModule() {
  if (Control.isInitialized) {
    module = Control.get<T>(key: key);
  }
}