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