AgeVerificationNotifier constructor
AgeVerificationNotifier({
- required String uniqueId,
- VoidCallback? onCompletion,
Implementation
AgeVerificationNotifier({
required this.uniqueId,
this.onCompletion,
}) : super(const AgeVerificationState());