SpekeKeyProvider constructor

SpekeKeyProvider({
  1. String? certificateArn,
  2. String? resourceId,
  3. List<String>? systemIds,
  4. String? url,
})

Implementation

SpekeKeyProvider({
  this.certificateArn,
  this.resourceId,
  this.systemIds,
  this.url,
});