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