-
I would like to ask if I need to close the client myself. |
Beta Was this translation helpful? Give feedback.
Answered by
kuhnroyal
May 15, 2023
Replies: 1 comment
-
Yes, when you call |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
natsuk4ze
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, when you call
Dio().close()
the underlyingHttpClient
will be closed for theio
platform. On Web/Browser there is no such underlying client.