DirectPaymentCallBack typedef

DirectPaymentCallBack = Widget Function(Future callBack(DirectPayment model))

Implementation

typedef DirectPaymentCallBack = Widget Function(
    Future Function(DirectPayment model) callBack);