fetchInvoice abstract method

Future<Map<String, dynamic>?> fetchInvoice(
  1. String callbacklink
)

fetch an invoice from lnurl callback endpoint

Implementation

Future<Map<String, dynamic>?> fetchInvoice(String callbacklink);