CallConfig constructor
const
CallConfig({
- Agent? agent,
- PollStrategyFactory? pollingStrategyFactory,
- Principal? canisterId,
- Principal? effectiveCanisterId,
- bool callSync = true,
Implementation
const CallConfig({
this.agent,
this.pollingStrategyFactory,
this.canisterId,
this.effectiveCanisterId,
this.callSync = true,
});