FileStorageConfig constructor

const FileStorageConfig({
  1. String defaultDriver = 'local',
  2. Map<String, StorageDriverInterface> drivers = const <String, StorageDriverInterface>{},
})

Implementation

const FileStorageConfig({
  this.defaultDriver = 'local',
  this.drivers = const <String, StorageDriverInterface>{},
});