call abstract method

Future<SubmitResponse> call(
  1. Principal canisterId,
  2. CallOptions fields,
  3. Identity? identity
)

Implementation

Future<SubmitResponse> call(
  Principal canisterId,
  CallOptions fields,
  Identity? identity,
);