AuthRecoverPassword constructor

const AuthRecoverPassword({
  1. required String code,
  2. AccountPasswordInputSettingsBase? newSettings,
})

Auth Recover Password constructor.

Implementation

const AuthRecoverPassword({
  required this.code,
  this.newSettings,
}) : super._();