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