GdprUpdateScreen constructor

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

Implementation

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