setConfig function

void setConfig(
  1. KycConfig config
)

Implementation

void setConfig(KycConfig config) {
  _config = config;
}