NorbixWebhookRawHandler typedef

NorbixWebhookRawHandler = FutureOr<void> Function(WebhookEnvelope envelope, WebhookContext ctx)

A raw handler: receives the envelope and delivery context.

Implementation

typedef NorbixWebhookRawHandler = FutureOr<void> Function(
  WebhookEnvelope envelope,
  WebhookContext ctx,
);