drop method

Future<void> drop()

Implementation

Future<void> drop() async {
  await p.dropDatabase(databaseId);
}