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