Checks if a driver is registered.
@override bool hasDriver(String name) { return _drivers.containsKey(name); }