kemApiV3DealerAppSubmitFeedbackPost method

Future<Response> kemApiV3DealerAppSubmitFeedbackPost({
  1. required FeedbackSubmissionV3Body? body,
})

Submit feedback and rating from the dealer app.

Implementation

Future<chopper.Response> kemApiV3DealerAppSubmitFeedbackPost(
    {required FeedbackSubmissionV3Body? body}) {
  return _kemApiV3DealerAppSubmitFeedbackPost(body: body);
}