getInvoice method

Future<Map> getInvoice(
  1. String token,
  2. String invoiceId
)

Implementation

Future<Map> getInvoice(String token, String invoiceId) {
  throw UnimplementedError("Get Invoice has not been implemented");
}