InnoSetupAppUrls constructor
Define homeUrl
for the app with optional publisherUrl
, supportUrl
and updatesUrl
.
Implementation
InnoSetupAppUrls({
required this.homeUrl,
this.publisherUrl,
this.supportUrl,
this.updatesUrl,
});
Define homeUrl
for the app with optional publisherUrl
, supportUrl
and updatesUrl
.
InnoSetupAppUrls({
required this.homeUrl,
this.publisherUrl,
this.supportUrl,
this.updatesUrl,
});