CkAuthFlowHandlers constructor
const
CkAuthFlowHandlers({
- required void onAuthenticated(),
- required void showLogin(),
- void showOtpVerification()?,
- void showOnboarding()?,
- void showResetPassword()?,
- bool firstTimeOnly = true,
Implementation
const CkAuthFlowHandlers({
required this.onAuthenticated,
required this.showLogin,
this.showOtpVerification,
this.showOnboarding,
this.showResetPassword,
this.firstTimeOnly = true,
});