CallConfig constructor

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

Implementation

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