IOClient constructor

IOClient([
  1. HttpClient? inner
])

Implementation

IOClient([HttpClient? inner]) : _inner = inner ?? HttpClient();