Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter await http.get timeout

final response = await http.post(Url).timeout(Duration(seconds: 5));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #flutter #await #timeout
ADD COMMENT
Topic
Name
5+1 =