ChannelStorage constructor

ChannelStorage({
  1. CustomerManagedChannelS3Storage? customerManagedS3,
  2. ServiceManagedChannelS3Storage? serviceManagedS3,
})

Implementation

ChannelStorage({
  this.customerManagedS3,
  this.serviceManagedS3,
});