GdprInitialScreen constructor
const
GdprInitialScreen(
- AsyncCallback onConsentGivenInitMethod,
- Widget loadingWidget = const Center(child: CircularProgressIndicator()),
- Key? key,
- GdprDebugGeography debugGeography = GdprDebugGeography.disabled,
- List<
String> ? debugTestIdentifiers, - bool debugResetConsentForm = false,
- bool showDebugUI = false,
Implementation
const GdprInitialScreen(
this.onConsentGivenInitMethod,
this.onNavigationMethod, {
this.loadingWidget = const Center(child: CircularProgressIndicator()),
super.key,
this.debugGeography = GdprDebugGeography.disabled,
this.debugTestIdentifiers,
this.debugResetConsentForm = false,
this.showDebugUI = false,
});