UpdateCenterConfig constructor

UpdateCenterConfig({
  1. required GlobalConfig globalConfig,
})

Implementation

UpdateCenterConfig({
  required this.globalConfig,
});