listPurchaseHistory method
Implementation
Future<Iterable<PurchaseDetails>> listPurchaseHistory() => js_util
.promiseToFuture(js_util.callMethod(this, 'listPurchaseHistory', []));
Future<Iterable<PurchaseDetails>> listPurchaseHistory() => js_util
.promiseToFuture(js_util.callMethod(this, 'listPurchaseHistory', []));