HttpClient constructor

HttpClient({
  1. FutureOr<Map<String, String>>? headers,
})

Implementation

HttpClient({this.headers});