kemApiV3DealerAppSubmitFeedbackPost method
- required FeedbackSubmissionV3Body? body,
Submit feedback and rating from the dealer app.
Implementation
Future<chopper.Response> kemApiV3DealerAppSubmitFeedbackPost(
{required FeedbackSubmissionV3Body? body}) {
return _kemApiV3DealerAppSubmitFeedbackPost(body: body);
}