VersionCheckService constructor
VersionCheckService({})
Implementation
VersionCheckService({
this.packageName = 'intl_localizable',
this.currentVersion = packageVersion,
this.checkInterval = const Duration(days: 1),
this.baseUrl = 'https://pub.dev',
this.httpClient,
this.cacheFile,
});