AuthScreen constructor
AuthScreen({
- Key? key,
- required AuthCubit authCubit,
- required VoidCallback onLoginSuccess,
- required dynamic fb_flowName,
- required dynamic google_flowName,
- required dynamic email_phone_flowName,
- dynamic loginAsText = "Login",
Implementation
AuthScreen({
super.key,
required this.authCubit,
required this.onLoginSuccess,
required this.fb_flowName,
required this.google_flowName,
required this.email_phone_flowName, this.loginAsText = "Login",
});