CallConfig constructor

const CallConfig({
  1. Agent? agent,
  2. PollStrategyFactory? pollingStrategyFactory,
  3. Principal? canisterId,
  4. Principal? effectiveCanisterId,
  5. bool callSync = true,
})

Implementation

const CallConfig({
  this.agent,
  this.pollingStrategyFactory,
  this.canisterId,
  this.effectiveCanisterId,
  this.callSync = true,
});