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