kemApiV3DealerSettingsNotificationGet method
Get notification settings for the currently logged-in dealer user.
Implementation
Future<chopper.Response<DealerNotificationSettingsDTO>>
kemApiV3DealerSettingsNotificationGet() {
generatedMapping.putIfAbsent(DealerNotificationSettingsDTO,
() => DealerNotificationSettingsDTO.fromJsonFactory);
return _kemApiV3DealerSettingsNotificationGet();
}