Future<void> setJson(String key, Map<String, dynamic> value) async { await _storage.write(key: key, value: jsonEncode(value)); }