SigningProfileParameter constructor

SigningProfileParameter({
  1. String? certificateArn,
  2. String? certificatePathOnDevice,
  3. String? platform,
})

Implementation

SigningProfileParameter({
  this.certificateArn,
  this.certificatePathOnDevice,
  this.platform,
});