RegisterScreen constructor
RegisterScreen({
- Key? key,
- required Config config,
- required LoginType loginType,
- required dynamic onAuthenticated(
- BuildContext context
Implementation
RegisterScreen({
Key? key,
required this.config,
required this.loginType,
required this.onAuthenticated,
});