LoggerHttp constructor

LoggerHttp([
  1. Client? inner
])

Implementation

LoggerHttp([http.Client? inner]) : _inner = inner ?? http.Client();