AmwalPayWidget constructor

AmwalPayWidget(
  1. {Key? key,
  2. required String text,
  3. required String merchantId,
  4. required double amount,
  5. String? phoneNumber,
  6. String? countryCode,
  7. String? refId,
  8. String? orderId,
  9. required ValueChanged<String> onPaymentFinished}
)

Implementation

AmwalPayWidget