receivePayment abstract method
Future<ReceivePaymentResponse>
receivePayment({
- required ReceivePaymentRequest req,
- dynamic hint,
See BreezServices::receive_payment
Implementation
Future<ReceivePaymentResponse> receivePayment({required ReceivePaymentRequest req, dynamic hint});