We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc0be9 commit 092bfbcCopy full SHA for 092bfbc
pubnub/lib/src/dx/presence/presence.dart
@@ -26,8 +26,8 @@ mixin PresenceDx on Core {
26
Set<String> channels = const {},
27
Set<String> channelGroups = const {},
28
StateInfo? stateInfo,
29
- int limit = MAXIMUM_COUNT,
30
- int offset = DEFAULT_OFFSET}) async {
+ int limit = MAXIMUM_COUNT,
+ int offset = DEFAULT_OFFSET}) async {
31
_logger.silly('Here now API call');
32
keyset ??= keysets[using];
33
0 commit comments