getHVFlowStatus method

Future<VerificationFlowResponse?> getHVFlowStatus()

Implementation

Future<VerificationFlowResponse?> getHVFlowStatus() async {
  return api.getPartnerHVStatus();
}