start method
void
start({
- required String verificationToken,
- required VerificationSchemeType verificationScheme,
- required String languageCode,
- required Function partnerEndCallback,
- bool? showPartnerLogo,
- bool? showCloseSDKButton,
- String? colorBackgroundTertiary,
- String? colorBackgroundSecondary,
- String? colorBackgroundPrimary,
- String? colorTextSecondary,
- String? colorTextPrimary,
- String? colorBorders,
- String? colorActionButtons,
- String? colorIcons,
Implementation
void start(
{required String verificationToken,
required VerificationSchemeType verificationScheme,
required String languageCode,
required Function partnerEndCallback,
bool? showPartnerLogo,
bool? showCloseSDKButton,
String? colorBackgroundTertiary,
String? colorBackgroundSecondary,
String? colorBackgroundPrimary,
String? colorTextSecondary,
String? colorTextPrimary,
String? colorBorders,
String? colorActionButtons,
String? colorIcons}) {
throw UnimplementedError('start() has not been implemented.');
}