dropDatabase method

Future dropDatabase(
  1. String name
)

Implementation

Future dropDatabase(String name) async =>
    _httpDelete(['_db', db, '_api', 'database', name]);