kemApiV3NotificationsTagsPut method
- required NotificationTagUpdateV3Body? body,
Update the logged-in user's notification tags.
Implementation
Future<chopper.Response> kemApiV3NotificationsTagsPut(
{required NotificationTagUpdateV3Body? body}) {
return _kemApiV3NotificationsTagsPut(body: body);
}