contains method

bool contains(
  1. String driver
)

Checks if a storage driver with the given name is registered.

driver is the name of the driver to check.

Implementation

bool contains(String driver) => containsEntry(driver);