get encrypt text
Future<String> decryptText(String encryptedText) async { return Encryption.instance.decrypt(encryptedText); }