HotUpdater.isUpdateDownloaded()Returns whether an update bundle has finished downloading in the current app session and is ready to be applied on reload.
true when the download progress has reached 1.0.false while downloading or before any download starts.false automatically when a new download starts.checkForUpdate when a download already existsIf a bundle has already finished downloading in this session, you can skip checkForUpdate() and just prompt the user to reload.
progress state managed by useHotUpdaterStore().