receivePayment abstract method

Future<ReceivePaymentResponse> receivePayment({
  1. required ReceivePaymentRequest req,
  2. dynamic hint,
})

See BreezServices::receive_payment

Implementation

Future<ReceivePaymentResponse> receivePayment({required ReceivePaymentRequest req, dynamic hint});