OnPaymentProcessComplete typedef
OnPaymentProcessComplete =
dynamic Function(bool status, String? code, Map<String, dynamic> result, bool isProcessComplete)
Implementation
typedef OnPaymentProcessComplete = Function(bool status, String? code, Map<String, dynamic> result, bool isProcessComplete);