How i can set timeout for query

How i can set the timeout for query in flutter?
As the title, we need to manage the timeout for our request in app. I tried find it in your docs and search here but no result, please help me!

Hello @Minh_Tuan_Vu

Could you please add some details?
What does the request look like?
Do you see any error messages?

hi @vladimir-upirov
I mean is time for a request, example: time for one query in flutter
await Backendless.data.of('xxx').find(query)

I think the question is more about code itself.
If the request was sent to the server you can not change anything in that request anymore.
Maybe the flutter provides some api, e.g. wrap the request in callback with the timeout, or something like that ?