ConsentForm constructor

const ConsentForm({
  1. Key? key,
  2. required String aadhaarmethod,
  3. required String aadhaarNumber,
  4. required String assetPath,
  5. required String url,
})

Implementation

const ConsentForm({
  super.key,
  required this.aadhaarmethod,
  required this.aadhaarNumber,
  required this.assetPath,
  required this.url,
});