SelectRegistrationMethodScreen constructor

const SelectRegistrationMethodScreen({
  1. Key? key,
  2. required Config config,
  3. required dynamic onAuthenticated(
    1. BuildContext context
    ),
})

Implementation

const SelectRegistrationMethodScreen({
  Key? key,
  required this.config,
  required this.onAuthenticated,
});