@override Future<void> setItem(String key, dynamic value) async { _data[key] = value; await flush(); }