send abstract method

Future<PayInvoiceResponse> send(
  1. Wallet wallet,
  2. String invoice
)

Pays a Lightning invoice using this wallet Returns payment result with preimage and fees

Implementation

Future<PayInvoiceResponse> send(Wallet wallet, String invoice);