EnrollInitModel constructor
EnrollInitModel({})
Constructor for initializing EnrollInitModel with optional settings.
onGettingRequestId
is a callback function that triggers when a request ID is generated.
Implementation
EnrollInitModel(
{this.localizationCode,
this.enrollEnvironment,
this.enrollMode,
this.tenantId,
this.tenantSecret,
this.googleApiKey,
this.colors,
this.applicantId,
this.levelOfTrust,
this.skipTutorial,
this.correlationId,
required Function(String requestId) onGettingRequestId});