RegistrationScreen constructor
- required RegistrationOptions registrationOptions,
- Key? key,
Constructs a RegistrationScreen object.
registrationOptions specifies the registration options.
Implementation
const RegistrationScreen({
required this.registrationOptions,
Key? key,
}) : super(key: key);