unregister method
Removes the registration associated with driver if it exists.
Implementation
void unregister(String driver) => unregisterEntry(driver);
Removes the registration associated with driver if it exists.
void unregister(String driver) => unregisterEntry(driver);