This commit is contained in:
Hamza-Ayed
2024-07-21 09:05:56 +03:00
parent 3bfbe1793d
commit 9b9e5f29f5
9 changed files with 379 additions and 370 deletions

View File

@@ -14,6 +14,7 @@ class AC {
var res = await CRUD().get(link: AppLink.getApiKey, payload: {});
var decod = jsonDecode(res);
// print(decod);
Map<String, dynamic> jsonData = {};
for (var i = 0; i < decod['message'].length; i++) {
String h = decod['message'][i]['hashed_key'].toString();