Replies: 1 comment 1 reply
-
You can create the query option in this way
In addition, now the option is required in the method call, and it is introduced from this PR 3dc626d I suggest using the query option, another example of this is inside this client https://github.com/LNOpenMetrics/lnmetrics.client/blob/main/lib/api/lnmetrics_api.dart |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am testing my code with these stubs:
but I am getting an error when updating to 5.1.0.
The named parameter options is required.
I have tried to use a
QueryOptions
object but that requires a document.So what kind of "options" do I have to provide in this case?
Beta Was this translation helpful? Give feedback.
All reactions