clear method
Clears all local data. Does not delete anything from any remote sources.
Implementation
Future<void> clear() async {
await ready;
await sourceList.clear();
}
Clears all local data. Does not delete anything from any remote sources.
Future<void> clear() async {
await ready;
await sourceList.clear();
}