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