AxClient constructor

AxClient({
  1. Client? client,
})

Implementation

AxClient({Client? client}) {
  _client = client ?? Client();
}