ConsentScreen constructor

const ConsentScreen({
  1. Key? key,
  2. required String consentChallenge,
  3. bool? previewMode,
})

Implementation

const ConsentScreen(
    {Key? key, required this.consentChallenge, this.previewMode})
    : super(key: key);