kemApiV3HomeownerSettingsNotificationGet method
Get notification settings related information about the currently logged-in user.
Implementation
Future<chopper.Response<HomeownerNotificationSettingDTO>>
kemApiV3HomeownerSettingsNotificationGet() {
generatedMapping.putIfAbsent(HomeownerNotificationSettingDTO,
() => HomeownerNotificationSettingDTO.fromJsonFactory);
return _kemApiV3HomeownerSettingsNotificationGet();
}