UHttpClient constructor
UHttpClient({})
Implementation
UHttpClient({
this.baseUrl,
this.timeout = const Duration(seconds: 30),
this.defaultHeaders = const <String, String>{"Accept": "application/json"},
});
UHttpClient({
this.baseUrl,
this.timeout = const Duration(seconds: 30),
this.defaultHeaders = const <String, String>{"Accept": "application/json"},
});