Sets an item in the store.
@override Future<void> setItem(String key, String value) async { store[key] = value; }