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