ComplyCubeSettings constructor
ComplyCubeSettings({
- String? clientId,
- String? clientToken,
- List<
ComplyCubeStage> ? stages, - ComplyCubeColorScheme? colorScheme,
Implementation
ComplyCubeSettings(
{this.clientId, this.clientToken, this.stages, this.colorScheme});