dropTable method

Future<bool> dropTable()

Implementation

Future<bool> dropTable() async {
  return dao.dropTable();
}