Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Commit

Permalink
Fixes #331
Browse files Browse the repository at this point in the history
  • Loading branch information
gkc committed Dec 21, 2021
1 parent baf316a commit 00e53b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ void _notificationCallBack(var response) {
```dart
/// **SDK 3.X**
atClient!.notificationService.subscribe(regex: 'wavi').listen(_notificationCallBack);
atClientManager.notificationService.subscribe(regex: 'wavi').listen(_notificationCallBack);
void _notificationCallBack(AtNotification atNotification) {
var notificationKey = atNotification.key;
Expand Down

0 comments on commit 00e53b9

Please sign in to comment.