WebhooksScreen constructor

const WebhooksScreen({
  1. required String orgId,
  2. Key? key,
})

Implementation

const WebhooksScreen({required this.orgId, super.key});