GdprUpdatePage constructor

const GdprUpdatePage(
  1. AsyncCallback onConsentGivenInitMethod,
  2. VoidCallback onNavigationMethod, {
  3. Widget loadingWidget = const Center(child: CircularProgressIndicator()),
  4. List<String>? debugTestIdentifiers,
  5. bool showDebugUI = false,
  6. Key? key,
})

Implementation

const GdprUpdatePage(
  this.onConsentGivenInitMethod,
  this.onNavigationMethod, {
  this.loadingWidget = const Center(child: CircularProgressIndicator()),
  this.debugTestIdentifiers,
  this.showDebugUI = false,
  super.key,
});