ServiceWebhookServer constructor
ServiceWebhookServer({})
Implementation
ServiceWebhookServer({
required this.factory,
required super.path,
required super.webhookSecret,
required super.supportsWebSockets,
// You might have other params in your WebhookServer base class.
}) : super(
// Pass whatever base arguments are needed here.
);