startLivenessDetectionOnlySDK method

Future<BlusaltLivenessResultResponse?> startLivenessDetectionOnlySDK({
  1. required String apiKey,
  2. required String appName,
  3. required String clientId,
  4. required bool isDev,
  5. LivenessDetectionOnlyType livenessDetectionOnlyType = LivenessDetectionOnlyType.motional,
  6. bool? startProcessOnGettingToFirstScreen,
  7. int? timeoutDurationInSec,
})

Implementation

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');
}