storefrontSendresetpasswordemailPost method
Future<Response>
storefrontSendresetpasswordemailPost({
- required WebApiModulesIntegrationsStorefrontSendResetPasswordEmailRequest? body,
Send email to Reset Password (for Contacts)
Implementation
Future<chopper.Response> storefrontSendresetpasswordemailPost({
required WebApiModulesIntegrationsStorefrontSendResetPasswordEmailRequest?
body,
}) {
return _storefrontSendresetpasswordemailPost(body: body);
}