AppcastConfiguration constructor

AppcastConfiguration({
  1. List<String>? supportedOS,
  2. String? url,
})

Implementation

AppcastConfiguration({
  this.supportedOS,
  this.url,
});