Remove the helper for a given path.
@override void removeDatabaseOpenHelper(String path) { _databaseOpenHelpers.remove(path); }