clearAll method

void clearAll()

Remove all cached data.

Implementation

void clearAll() {
  if (_db == null) return;
  _db!.execute('DELETE FROM local_chunks');
}