applyCafFaceLivenessUI method

Future<bool> applyCafFaceLivenessUI(
  1. CafFaceLivenessUIConfiguration faceLivenessUIConfiguration
)

Implementation

Future<bool> applyCafFaceLivenessUI(
  CafFaceLivenessUIConfiguration faceLivenessUIConfiguration,
) {
  throw UnimplementedError(
    'applyCafFaceLivenessUI() has not been implemented.',
  );
}