resetDrivers static method
void
resetDrivers()
Reset all custom drivers (for testing).
Implementation
static void resetDrivers() {
_customDrivers.clear();
}
Reset all custom drivers (for testing).
static void resetDrivers() {
_customDrivers.clear();
}