Clears the browser's IndexedDB.
IndexedDB
static Future<void> cleanIndexedDb({String? except}) async { try { await cleanIndexedDB(except).toDart; } catch (e) { consoleError(e); } }