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.
2 parents 256133a + 1b17d77 commit 919ca9dCopy full SHA for 919ca9d
packages/graphql_flutter/lib/src/widgets/subscription.dart
@@ -73,6 +73,7 @@ class Subscription<TParsed> extends HookWidget {
73
client: client,
74
options: options,
75
builder: builder,
76
+ onSubscriptionResult: onSubscriptionResult,
77
);
78
}
79
0 commit comments