http
http copied to clipboard
connectionTimeout parameter for BrowserClient class
I am trying to define a connectionTimeout for my BroswerClient object the same as HttpClient. Is there an alternative for that in BrowserClient class?
http.client = kIsWeb ? BrowserClient() : IOClient(HttpClient()..connectionTimeout = connectionTimeout);
Any update on this?