StorageConfig constructor

StorageConfig({
  1. String? bucket,
})

Implementation

StorageConfig({
  this.bucket,
});