Options constructor
Options({
- required String clientId,
- required String clientSecret,
- String? sessionId,
- required Environment environment,
- String? phoneNumber,
- PhoneInputType? phoneInputType,
- OtpInputType? otpInputType,
- String? userId,
- UserEventType? userEventType,
- String? merchantId,
- Map<
String, String> additionalAttributes = const {},
Implementation
Options({
required this.clientId,
required this.clientSecret,
this.sessionId,
required this.environment,
this.phoneNumber,
this.phoneInputType,
this.otpInputType,
this.userId,
this.userEventType,
this.merchantId,
this.additionalAttributes = const {},
});