applyCafFaceLiveness method

Future<bool> applyCafFaceLiveness(
  1. CafFaceLivenessConfiguration faceLivenessConfiguration
)

Implementation

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