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