clearDb function
Clears any database related files from the filesystem.
Implementation
Future<void> clearDb() async {
await WebUtils.cleanIndexedDb();
}
Clears any database related files from the filesystem.
Future<void> clearDb() async {
await WebUtils.cleanIndexedDb();
}