String encryptListToBase64({ required List data, }) { return encryptToBase64(text: json.encode(data)); }