Deletes the database file located at dbPath.
dbPath
Future<void> dropDB(String dbPath) => _factory.deleteDatabase(dbPath);