getIDVFlowStatus method

Future<VerificationFlowResponse?> getIDVFlowStatus()

Implementation

Future<VerificationFlowResponse?> getIDVFlowStatus() async {
  return api.getPartnerIDVStatus();
}