storefrontResetpasswordfromemailPost method
Future<Response<WebApiModulesIntegrationsStorefrontLoginResponse> >
storefrontResetpasswordfromemailPost({
- required WebApiModulesIntegrationsStorefrontResetPasswordFromEmailRequest? body,
Send email to Reset Password (for Contacts)
Implementation
Future<chopper.Response<WebApiModulesIntegrationsStorefrontLoginResponse>>
storefrontResetpasswordfromemailPost({
required WebApiModulesIntegrationsStorefrontResetPasswordFromEmailRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesIntegrationsStorefrontLoginResponse,
() => WebApiModulesIntegrationsStorefrontLoginResponse.fromJsonFactory,
);
return _storefrontResetpasswordfromemailPost(body: body);
}