You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"htmlSignature":"<body><div>Dat T. Vu <br>Mobile Engineer <br>LINAGORA VIETNAM <br>A: 8th Floor (Toong VPBank Tower, No. 5 Dien Bien Phu Str., Ba Dinh Dist., Ha Noi <br>P: (+84) 366-769-439<br>E: [email protected]</div></body>",
62
+
"sortOrder":99999
63
+
}
64
+
}
65
+
},
66
+
"c0"
67
+
]
68
+
]
69
+
},
70
+
headers: {
71
+
"accept":"application/json;jmapVersion=rfc-8621",
72
+
"content-type":"application/json; charset=utf-8",
73
+
"content-length":522
74
+
}
75
+
);
76
+
77
+
final setIdentityMethod =SetIdentityMethod(AccountId(Id('4603645929458bf671aca134b890cbb8ac4a0d297640fsdefe9230ea28daa0b1')))
htmlSignature:Signature('<body><div>Dat T. Vu <br>Mobile Engineer <br>LINAGORA VIETNAM <br>A: 8th Floor (Toong VPBank Tower, No. 5 Dien Bien Phu Str., Ba Dinh Dist., Ha Noi <br>P: (+84) 366-769-439<br>E: [email protected]</div></body>'),
84
+
sortOrder:UnsignedInt(99999),
85
+
)
86
+
);
87
+
88
+
final httpClient =HttpClient(dio);
89
+
final requestBuilder =JmapRequestBuilder(httpClient, ProcessingInvocation());
90
+
final setIdentityInvocation = requestBuilder.invocation(setIdentityMethod);
91
+
final response =await (requestBuilder
92
+
..usings(setIdentityMethod.requiredCapabilities))
93
+
.build()
94
+
.execute();
95
+
96
+
final setIdentityResponse = response.parse<SetIdentityResponse>(
0 commit comments