dropDatabaseIfExists abstract method

Future<bool> dropDatabaseIfExists(
  1. String name
)

Drops a database if it exists. Returns true if dropped, false if didn't exist.

Implementation

Future<bool> dropDatabaseIfExists(String name);