clearDb function

Future<void> clearDb()

Clears any database related files from the filesystem.

Implementation

Future<void> clearDb() async {
  await WebUtils.cleanIndexedDb();
}