sendPayment abstract method

Future<SendPaymentResponse> sendPayment({
  1. required SendPaymentRequest req,
  2. dynamic hint,
})

See BreezServices::send_payment

Implementation

Future<SendPaymentResponse> sendPayment({required SendPaymentRequest req, dynamic hint});