menu
dutato
presentation/screens/org/integrations_screen.dart
IntegrationConfigScreen
IntegrationConfigScreen.new const constructor
IntegrationConfigScreen.new
dark_mode
light_mode
description
IntegrationConfigScreen
constructor
const
IntegrationConfigScreen
(
{
required
String
orgId
,
required
String
provider
,
Key
?
key
,
})
Implementation
const IntegrationConfigScreen({ required this.orgId, required this.provider, super.key, });
dutato
integrations_screen
IntegrationConfigScreen
IntegrationConfigScreen.new const constructor
IntegrationConfigScreen class