WebhookConfig constructor

WebhookConfig({
  1. String? secret,
  2. String? state,
})

Implementation

WebhookConfig({this.secret, this.state});