AuthFlowScreen constructor
const
AuthFlowScreen({
- Key? key,
- void onStepChange(
- AuthStep? previousStep,
- AuthStep? currentStep
- void onAuthSuccess()?,
- required AuthMethod authMethod,
- AuthStepTemplates templates = const AuthStepTemplates(),
Implementation
const AuthFlowScreen({
super.key,
this.onStepChange,
this.onAuthSuccess,
required this.authMethod,
this.templates = const AuthStepTemplates(),
});