kemproApiV2InternalNotificationsPost method
- required NotificationInsertV2Body? body,
Insert a notification entry into the database
Implementation
Future<chopper.Response> kemproApiV2InternalNotificationsPost(
{required NotificationInsertV2Body? body}) {
return _kemproApiV2InternalNotificationsPost(body: body);
}