PayDialogWithMomo constructor

const PayDialogWithMomo({
  1. required String xApiKey,
  2. required String productName,
  3. required BuildContext context,
  4. required String transactionAmount,
  5. required Function actionAfterProccess,
  6. required String providerShortTag,
  7. required String transactionCallBackUrl,
  8. required String phoneNumber,
  9. required String transactionId,
  10. required String merchandUserName,
  11. required String merchandPassword,
  12. required String sandbox,
  13. required String currency,
  14. required String pspName,
  15. required String imageUrl,
})

Implementation

const PayDialogWithMomo(
    {required this.xApiKey,
    required this.productName,
    required this.context,
    required this.transactionAmount,
    required this.actionAfterProccess,
    required this.providerShortTag,
    required this.transactionCallBackUrl,
    required this.phoneNumber,
    required this.transactionId,
    required this.merchandUserName,
    required this.merchandPassword,
    required this.sandbox,
    required this.currency,
    required this.pspName,
    required this.imageUrl});