ActorConfig constructor
const
ActorConfig({
- Agent? agent,
- PollStrategyFactory? pollingStrategyFactory,
- Principal? canisterId,
- Principal? effectiveCanisterId,
- bool callSync = true,
- CallConfig callTransform(
- String methodName,
- List args,
- CallConfig callConfig
- CallConfig queryTransform(
- String methodName,
- List args,
- CallConfig callConfig
Implementation
const ActorConfig({
super.agent,
super.pollingStrategyFactory,
super.canisterId,
super.effectiveCanisterId,
super.callSync,
this.callTransform,
this.queryTransform,
});