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 74d2cff commit fcb0650Copy full SHA for fcb0650
packages/faye_dart/lib/src/subscription.dart
@@ -22,7 +22,6 @@ class Subscription {
22
Callback? callback,
23
}) : _callback = callback;
24
25
-
26
void call(Message message) {
27
_callback?.call(message.data);
28
_withChannel?.call(message.channel, message.data);
0 commit comments