kemApiV3HomeownerSettingsNotificationGet method

Future<Response<HomeownerNotificationSettingDTO>> kemApiV3HomeownerSettingsNotificationGet()

Get notification settings related information about the currently logged-in user.

Implementation

Future<chopper.Response<HomeownerNotificationSettingDTO>>
    kemApiV3HomeownerSettingsNotificationGet() {
  generatedMapping.putIfAbsent(HomeownerNotificationSettingDTO,
      () => HomeownerNotificationSettingDTO.fromJsonFactory);

  return _kemApiV3HomeownerSettingsNotificationGet();
}