getInvoice abstract method

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

Implementation

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