cancelRequest method

bool cancelRequest(
  1. String requestId
)

Cancel a pending request by its ID.

Returns true if the request was found and cancelled.

Implementation

bool cancelRequest(String requestId) => signer.cancelRequest(requestId);