LaunchConfigService constructor

LaunchConfigService(
  1. LumideContext context,
  2. ProjectService projectService,
  3. void _log(
    1. String
    )
)

Implementation

LaunchConfigService(this.context, this.projectService, this._log);