dropAllTables abstract method

Future<void> dropAllTables({
  1. String? schema,
})

Drops all tables from the database. Automatically handles foreign key constraints.

Implementation

Future<void> dropAllTables({String? schema});