GdprInitialScreen constructor

const GdprInitialScreen(
  1. AsyncCallback onConsentGivenInitMethod,
  2. dynamic onNavigationMethod(
    1. BuildContext
    ), {
  3. Widget loadingWidget = const Center(child: CircularProgressIndicator()),
  4. Key? key,
  5. GdprDebugGeography debugGeography = GdprDebugGeography.disabled,
  6. List<String>? debugTestIdentifiers,
  7. bool debugResetConsentForm = false,
  8. 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,
});