SendResetPasswordCodeScreen constructor

SendResetPasswordCodeScreen({
  1. Key? key,
  2. required Config config,
})

Implementation

SendResetPasswordCodeScreen({
  Key? key,
  required this.config,
});