Closed mkbsugita closed 1 year ago
Add
Future<void> removeAll(String key) async { var tmpRes = false; final keys = getKeys(); for (final key in keys) { await remove(key); } }
Hi! There is already the clear method that does the same. Thanks!! 🙂
Add