OnlineStoreSecurityConfig constructor

OnlineStoreSecurityConfig({
  1. String? kmsKeyId,
})

Implementation

OnlineStoreSecurityConfig({
  this.kmsKeyId,
});