checkHologram property

  1. @Deprecated("Use `authenticityParams.checkLiveness` instead.")
bool? get checkHologram

Implementation

@Deprecated("Use `authenticityParams.checkLiveness` instead.")
bool? get checkHologram => _checkHologram;
  1. @Deprecated("Use `authenticityParams.checkLiveness` instead.")
set checkHologram (bool? val)

Implementation

@Deprecated("Use `authenticityParams.checkLiveness` instead.")
set checkHologram(bool? val) {
  _checkHologram = val;
  _set({"checkHologram": val});
}