kemApiV3DealerSettingsNotificationPost method
- 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);
}