StaticKeyProvider constructor

StaticKeyProvider({
  1. String? keyFormat,
  2. String? keyFormatVersions,
  3. String? staticKeyValue,
  4. String? url,
})

Implementation

StaticKeyProvider({
  this.keyFormat,
  this.keyFormatVersions,
  this.staticKeyValue,
  this.url,
});