controller property
UpdaterController to handle callbacks
listener
will return the UpdateStatus
progress
will return the download progress
onError
will return the error traces.
onChecked
will return true or false based on update available or not
Implementation
final UpdaterController? controller;