getInvoice abstract method

Future<InvoiceResponse> getInvoice(
  1. ServiceCall call,
  2. InvoiceRequest request
)

Implementation

$async.Future<$0.InvoiceResponse> getInvoice($grpc.ServiceCall call, $0.InvoiceRequest request);