forgotPasswordValidate method
Implementation
@override
Future<ForgotPassword> forgotPasswordValidate({required String email}) {
return authDatasource.forgotPasswordValidate(email: email);
}
@override
Future<ForgotPassword> forgotPasswordValidate({required String email}) {
return authDatasource.forgotPasswordValidate(email: email);
}