kemproApiV2InternalNotificationsPost method

Future<Response> kemproApiV2InternalNotificationsPost({
  1. required NotificationInsertV2Body? body,
})

Insert a notification entry into the database

Implementation

Future<chopper.Response> kemproApiV2InternalNotificationsPost(
    {required NotificationInsertV2Body? body}) {
  return _kemproApiV2InternalNotificationsPost(body: body);
}