checkStatus abstract method

Future<ApprovalStatus> checkStatus(
  1. String approvalId
)

Check the status of an existing approval request.

Implementation

Future<ApprovalStatus> checkStatus(String approvalId);