updateProvider top-level property
Drives background update checks and explicit compatibility updates.
Call checkForUpdate on each app resume. When state transitions to
UpdateInstallStatus.downloadComplete, show the user a prompt and call
completeUpdate on confirmation.
Implementation
@ProviderFor(UpdateNotifier)
final updateProvider = UpdateNotifierProvider._();