Nitin

Results 1 comments of Nitin

try { var resp = await Client.get(uri, headers: h).timeout(new Duration(seconds: 10)); } catch (e) { log.warning('Request failed', e); } . How can i remove timeout from this code.becuase timeout is...