BucketFileSystemLocator constructor
BucketFileSystemLocator({
- required SerializedStorageKey storageKey,
- String? bucketName,
- required List<
String> pathComponents,
Implementation
BucketFileSystemLocator(
{required this.storageKey,
this.bucketName,
required this.pathComponents});