Send and Receive data synchronously.
Send me a txt!
Sending and receiving data in near real-time
atClient.notificationService
.subscribe(regex: 'message.$nameSpace@', shouldDecrypt: true)
.listen(((notification) await atClient.notificationService.notify(
NotificationParams.forUpdate(sharedRecordID, value: message));

Last updated

