FUTREM OCZEKAJ HTTP.GET TIMEOUT

final response = await http.post(Url).timeout(Duration(seconds: 5));
VasteMonde