Req constructor

Req({
  1. int timeout = 60,
})

Implementation

Req({this.timeout = 60}) : http = HttpClient();