Added response code for exporting contacts and implement frame listener in contacts_screen.dart

This commit is contained in:
Winston Lowe
2026-01-26 12:19:45 -08:00
parent c37abb63e3
commit 641307a316
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -159,6 +159,7 @@ const int respCodeContactMsgRecv = 7;
const int respCodeChannelMsgRecv = 8;
const int respCodeCurrTime = 9;
const int respCodeNoMoreMessages = 10;
const int respCodeExportContact = 11;
const int respCodeBattAndStorage = 12;
const int respCodeDeviceInfo = 13;
const int respCodeContactMsgRecvV3 = 16;