AgeVerificationNotifier constructor

AgeVerificationNotifier({
  1. required String uniqueId,
  2. VoidCallback? onCompletion,
})

Implementation

AgeVerificationNotifier({
  required this.uniqueId,
  this.onCompletion,
}) : super(const AgeVerificationState());