ForceUpdate constructor
const
ForceUpdate({
- UpgradeConfig android = const UpgradeConfig(shouldForceUpdate: false),
- UpgradeConfig ios = const UpgradeConfig(shouldForceUpdate: false),
- UpgradeConfig mac = const UpgradeConfig(shouldForceUpdate: false),
- UpgradeConfig windows = const UpgradeConfig(shouldForceUpdate: false),
Implementation
const ForceUpdate({
this.android = const UpgradeConfig(shouldForceUpdate: false),
this.ios = const UpgradeConfig(shouldForceUpdate: false),
this.mac = const UpgradeConfig(shouldForceUpdate: false),
this.windows = const UpgradeConfig(shouldForceUpdate: false),
});