CallConfig constructor

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

Implementation

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