openCSLiveness method

Future<CSLivenessResult> openCSLiveness({
  1. String? accessToken,
  2. String? transactionId,
  3. String? clientId,
  4. String? clientSecretId,
  5. String? identifierId,
  6. String? cpf,
  7. bool? vocalGuidance,
  8. Color? primaryColor,
  9. Color? secondaryColor,
  10. Color? titleColor,
  11. Color? paragraphColor,
})

Implementation

Future<CSLivenessResult> openCSLiveness(
    {String? accessToken,
    String? transactionId,
    String? clientId,
    String? clientSecretId,
    String? identifierId,
    String? cpf,
    bool? vocalGuidance,
    Color? primaryColor,
    Color? secondaryColor,
    Color? titleColor,
    Color? paragraphColor}) {
  throw UnimplementedError('openCSLiveness() has not been implemented.');
}