FeatureConfiguration constructor
const
FeatureConfiguration({
- required bool enableFrameCapture,
- required bool autoStartRecording,
- required bool alwaysUseRemoteConfig,
- required bool prefersDialogMode,
- required SupportWidgetTheme supportWidgetTheme,
Implementation
const FeatureConfiguration({
required this.enableFrameCapture,
required this.autoStartRecording,
required this.alwaysUseRemoteConfig,
required this.prefersDialogMode,
required this.supportWidgetTheme,
});