getModulePath method

String getModulePath(
  1. String moduleName
)

Returns the path for the given module

Implementation

String getModulePath(String moduleName) {
  return 'lib/modules/$moduleName';
}