IntegrationConfigScreen constructor

const IntegrationConfigScreen({
  1. required String orgId,
  2. required String provider,
  3. Key? key,
})

Implementation

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