clearAll method
Remove all cached data.
Implementation
void clearAll() {
if (_db == null) return;
_db!.execute('DELETE FROM local_chunks');
}
Remove all cached data.
void clearAll() {
if (_db == null) return;
_db!.execute('DELETE FROM local_chunks');
}