ComplyCubeSettings constructor

ComplyCubeSettings({
  1. String? clientId,
  2. String? clientToken,
  3. List<ComplyCubeStage>? stages,
  4. ComplyCubeColorScheme? colorScheme,
})

Implementation

ComplyCubeSettings(
    {this.clientId, this.clientToken, this.stages, this.colorScheme});