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 e4ca67d commit 74d2cffCopy full SHA for 74d2cff
packages/faye_dart/lib/src/subscription.dart
@@ -22,11 +22,6 @@ class Subscription {
22
Callback? callback,
23
}) : _callback = callback;
24
25
- final FayeClient _client;
26
- final String _channel;
27
- final Callback? _callback;
28
- WithChannelCallback? _withChannel;
29
- bool _cancelled = false;
30
31
void call(Message message) {
32
_callback?.call(message.data);
0 commit comments