startLivenessDetectionOnlySDK method
Future<BlusaltLivenessResultResponse?>
startLivenessDetectionOnlySDK({
- required String apiKey,
- required String appName,
- required String clientId,
- required bool isDev,
- LivenessDetectionOnlyType livenessDetectionOnlyType = LivenessDetectionOnlyType.motional,
- bool? startProcessOnGettingToFirstScreen,
- int? timeoutDurationInSec,
override
Implementation
@override
Future<BlusaltLivenessResultResponse?> startLivenessDetectionOnlySDK(
{required String apiKey,
required String appName,
required String clientId,
required bool isDev,
LivenessDetectionOnlyType livenessDetectionOnlyType =
LivenessDetectionOnlyType.motional,
bool? startProcessOnGettingToFirstScreen,
int? timeoutDurationInSec}) async {
return BlusaltLivenessResultResponse(
livenessResultType: BlusaltLivenessResultType.error,
message: 'Not Implemented');
}