kemApiV3DealerAppFeedbackStatusGet method
Returns whether the currently logged-in dealer user can submit app feedback.
Implementation
Future<chopper.Response<FeedbackStatusDTO>>
kemApiV3DealerAppFeedbackStatusGet() {
generatedMapping.putIfAbsent(
FeedbackStatusDTO, () => FeedbackStatusDTO.fromJsonFactory);
return _kemApiV3DealerAppFeedbackStatusGet();
}