Remove all entries with keyPrefix from local storage
Future clear() async { for (String key in _index) { remove(key); } }