AppUpdateDialog constructor

AppUpdateDialog({
  1. bool isForceUpdate = false,
  2. String description = "",
  3. String? fileKey,
  4. String? iosAppId,
})

Implementation

AppUpdateDialog(
    {this.isForceUpdate = false,
    this.description = "",
    this.fileKey,
    this.iosAppId});