UpdaterController constructor
UpdaterController({
- void listener(
- UpdateStatus status
- void onChecked(
- bool isAvailable
- void progress()?,
- void onError(
- Object status
Implementation
UpdaterController({
this.listener,
this.onChecked,
this.progress,
this.onError,
});