removeAll method

Future<int> removeAll()

Removes all rows in table/document

Implementation

Future<int> removeAll() => adapter.remove(remover);