AuthRecoverPassword constructor
const
AuthRecoverPassword({
- required String code,
- AccountPasswordInputSettingsBase? newSettings,
Auth Recover Password constructor.
Implementation
const AuthRecoverPassword({required this.code, this.newSettings}) : super._();