menu
flenx package
documentation
pay/payment_service.dart
PaymentService
webhookStatus method
webhookStatus method
dark_mode
light_mode
webhookStatus
method
PaymentStatus
webhookStatus
(
Map
<
String
,
dynamic
>
payload
)
Implementation
PaymentStatus webhookStatus(Map<String, dynamic> payload) => gateway.statusFromWebhook(payload);
flenx package
documentation
pay/payment_service
PaymentService
webhookStatus method
PaymentService class