PushAPIInitializeOptions constructor

PushAPIInitializeOptions({
  1. void progressHook(
    1. ProgressHookType
    )?,
  2. String? account,
  3. ENV env = ENV.prod,
  4. String? version = Constants.ENC_TYPE_V3,
  5. Map<String, Map<String, String>>? versionMeta,
  6. bool autoUpgrade = true,
  7. String? origin,
  8. bool showHttpLog = false,
})

Implementation

PushAPIInitializeOptions(
    {this.progressHook,
    this.account,
    this.env = ENV.prod,
    this.version = Constants.ENC_TYPE_V3,
    this.versionMeta,
    this.autoUpgrade = true,
    this.origin,
    this.showHttpLog = false});