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