UpgraderAppcastStore constructor

UpgraderAppcastStore({
  1. required String appcastURL,
  2. Appcast? appcast,
})

Implementation

UpgraderAppcastStore({
  required this.appcastURL,
  this.appcast,
});