@override Future<void> removeByPrefix(String prefix) async { data.removeWhere((key, _) => key.startsWith(prefix)); }