dropDatabase abstract method

Future<bool> dropDatabase(
  1. String name
)

Drops a database with the given name. Throws if database doesn't exist.

Implementation

Future<bool> dropDatabase(String name);