Newfacepage constructor

const Newfacepage({
  1. Key? key,
  2. required dynamic onResponse(
    1. Map<String, dynamic>
    ),
  3. required String bvnimage,
  4. required String reference,
  5. required Charge charge,
  6. required CheckoutMethod checkoutmethod,
  7. required String publicKey,
  8. required String secretKey,
})

Implementation

const Newfacepage({super.key,required this.onResponse, required this.bvnimage, required this.reference, required this.charge, required this.checkoutmethod, required this.publicKey, required this.secretKey});