CallOptions constructor
const
CallOptions({
- required String methodName,
- required BinaryBlob arg,
- Principal? effectiveCanisterId,
- bool callSync = true,
Implementation
const CallOptions({
required this.methodName,
required this.arg,
this.effectiveCanisterId,
this.callSync = true,
});