WebhookClientConfig constructor
const
WebhookClientConfig({
- String? caBundle,
- ServiceReference? service,
- String? url,
Default constructor.
Implementation
const WebhookClientConfig({
this.caBundle,
this.service,
this.url,
});