accountForgotpasswordPost method
Future<Response<WebApiModulesAccountServicesAccountForgotPasswordResponse> >
accountForgotpasswordPost({
- required WebApiModulesAccountServicesAccountForgotPasswordRequest? body,
Implementation
Future<
chopper.Response<WebApiModulesAccountServicesAccountForgotPasswordResponse>
>
accountForgotpasswordPost({
required WebApiModulesAccountServicesAccountForgotPasswordRequest? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesAccountServicesAccountForgotPasswordResponse,
() => WebApiModulesAccountServicesAccountForgotPasswordResponse
.fromJsonFactory,
);
return _accountForgotpasswordPost(body: body);
}