WhiteLabelService constructor
WhiteLabelService({
- required String projectDir,
- required ConfigService config,
Implementation
WhiteLabelService({
required this.projectDir,
required this.config,
});