BucketFileSystemLocator constructor

BucketFileSystemLocator({
  1. required SerializedStorageKey storageKey,
  2. String? bucketName,
  3. required List<String> pathComponents,
})

Implementation

BucketFileSystemLocator({
  required this.storageKey,
  this.bucketName,
  required this.pathComponents,
});