hasDriver abstract method

bool hasDriver(
  1. String name
)

Checks if a driver is registered.

Implementation

bool hasDriver(String name);