builderFor method
Retrieves the builder function for the storage driver with the given name.
driver is the name of the driver.
Implementation
StorageDiskBuilder? builderFor(String driver) => getEntry(driver)?.builder;
Retrieves the builder function for the storage driver with the given name.
driver is the name of the driver.
StorageDiskBuilder? builderFor(String driver) => getEntry(driver)?.builder;