kemApiV31nceEventsPost method

Future<Response> kemApiV31nceEventsPost({
  1. required List<OnceEventV3Body>? body,
})

Event hook endpoint that should be called by 1NCE to get event records.

Implementation

Future<chopper.Response> kemApiV31nceEventsPost(
    {required List<OnceEventV3Body>? body}) {
  return _kemApiV31nceEventsPost(body: body);
}