static Future<void> removeMany( List<String> keys, ) async { for (final key in keys) { await remove(key); } }