Gets an item from the store.
@override Future<String?> getItem(String key) async { return store[key]; }