ValuedHttpClient<T> constructor

ValuedHttpClient<T>({
  1. HttpLogger logger = const EmptyHttpLogger(),
})

Implementation

ValuedHttpClient({this.logger = const EmptyHttpLogger()});