CreateDraftAppRecoveryRequest constructor

CreateDraftAppRecoveryRequest({
  1. RemoteInAppUpdate? remoteInAppUpdate,
  2. Targeting? targeting,
})

Implementation

CreateDraftAppRecoveryRequest({
  this.remoteInAppUpdate,
  this.targeting,
});