agentCaptureSlipComputer method
Implementation
Future<void> agentCaptureSlipComputer() async =>
(await SKPaymentQueueWrapper().transactions())
.map((knifeBushSuddenly) async {
await SKPaymentQueueWrapper().finishTransaction(knifeBushSuddenly);
});