$Client.fromClient constructor
$Client.fromClient(
- DynamiteClient client
Creates a new $Client from another client
.
Implementation
$Client.fromClient(_i1.DynamiteClient client)
: super(
client.baseURL,
httpClient: client.httpClient,
authentications: client.authentications,
);