openCSLiveness method
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,
})
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.');
}