applyCafFaceLiveness method
Implementation
Future<bool> applyCafFaceLiveness(
CafFaceLivenessConfiguration faceLivenessConfiguration,
) {
throw UnimplementedError(
'applyCafFaceLiveness() has not been implemented.',
);
}
Future<bool> applyCafFaceLiveness(
CafFaceLivenessConfiguration faceLivenessConfiguration,
) {
throw UnimplementedError(
'applyCafFaceLiveness() has not been implemented.',
);
}