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