Create an IOClient.
Client createClient({Pipeline? pipeline}) { return IOClient(pipeline: pipeline); }