copyWith abstract method

Client copyWith({
  1. QueryEngineRequestHeaders? headers,
  2. TransactionInfo? transaction,
})

Copy the client with new headers.

Implementation

Client copyWith({
  QueryEngineRequestHeaders? headers,
  TransactionInfo? transaction,
});