Sync update: 2026-05-18 14:22:09

This commit is contained in:
Hamza-Ayed
2026-05-18 14:22:09 +03:00
parent a60a173b51
commit 30d32df1c0
8 changed files with 264 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ class WhatsAppService extends GetxService {
final status = WsStatus.disconnected.obs;
final qrData = Rx<String?>(null);
final isWaReady = false.obs;
final activeChatId = Rx<String?>(null);
// ── Internal ─────────────────────────────────────────────────────────────
WebSocketChannel? _channel;