VersionChecker constructor
VersionChecker({
- required String currentVersion,
- String packageName = 'zorphy',
- String apiBaseUrl = 'https://pub.dev',
- FetchJsonFunction? fetchJson,
- RunProcessFunction? processRunner,
Implementation
VersionChecker({
required this.currentVersion,
this.packageName = 'zorphy',
this.apiBaseUrl = 'https://pub.dev',
this.fetchJson,
this.processRunner,
});