WhiteLabelService constructor

WhiteLabelService({
  1. required String projectDir,
  2. required ConfigService config,
})

Implementation

WhiteLabelService({
  required this.projectDir,
  required this.config,
});