kemApiV3HomeownerSettingsNotificationPost method

Future<Response> kemApiV3HomeownerSettingsNotificationPost({
  1. required HomeownerNotificationSettingsUpdateV3Body? body,
})

homeowner to update their notification settings of currently logged-in user's account

Implementation

Future<chopper.Response> kemApiV3HomeownerSettingsNotificationPost(
    {required HomeownerNotificationSettingsUpdateV3Body? body}) {
  return _kemApiV3HomeownerSettingsNotificationPost(body: body);
}