kemApiV3DealerSettingsNotificationGet method

Future<Response<DealerNotificationSettingsDTO>> kemApiV3DealerSettingsNotificationGet()

Get notification settings for the currently logged-in dealer user.

Implementation

Future<chopper.Response<DealerNotificationSettingsDTO>>
    kemApiV3DealerSettingsNotificationGet() {
  generatedMapping.putIfAbsent(DealerNotificationSettingsDTO,
      () => DealerNotificationSettingsDTO.fromJsonFactory);

  return _kemApiV3DealerSettingsNotificationGet();
}