kemApiV3DealerSettingsNotificationPost method

Future<Response> kemApiV3DealerSettingsNotificationPost({
  1. required DealerNotificationSettingsUpdateV3Body? body,
})

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

Implementation

Future<chopper.Response> kemApiV3DealerSettingsNotificationPost(
    {required DealerNotificationSettingsUpdateV3Body? body}) {
  return _kemApiV3DealerSettingsNotificationPost(body: body);
}