requiresForceUpdate property

bool get requiresForceUpdate

Whether the installed app version is below the remote-config minimum.

Implementation

bool get requiresForceUpdate => status == StartupStatus.forceUpdateRequired;