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