AutoUpdaterController constructor
AutoUpdaterController({})
Implementation
AutoUpdaterController({
required this.appVersion,
required this.packageUrl,
required this.configHomeDir,
this.userType,
this.isRunningWithBun = false,
Future<ProcessResult> Function(
String executable,
List<String> arguments, {
String? workingDirectory,
})?
execCommand,
}) : _execCommand = execCommand;