requiresForceUpdate property
Whether the installed app version is below the remote-config minimum.
Implementation
bool get requiresForceUpdate => status == StartupStatus.forceUpdateRequired;
Whether the installed app version is below the remote-config minimum.
bool get requiresForceUpdate => status == StartupStatus.forceUpdateRequired;