aes加密
String yAesEncode(String content, String password) { return _getPlugin()!.aesEncode(content, password); }