withLiveness method

Configure liveness check

Implementation

DocumentReaderConfig withLiveness(LivenessCustomConfig config) {
  _liveness = config;
  return this;
}