Future<bool> clear() async { for(var key in getKeys()) { if(await remove(key) == false) return false; } return true; }