kemApiV3DealerAppFeedbackStatusGet method

Future<Response<FeedbackStatusDTO>> kemApiV3DealerAppFeedbackStatusGet()

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();
}