lawyerCurrentAuthoriseFever method

Future<void> lawyerCurrentAuthoriseFever()

Implementation

Future<void> lawyerCurrentAuthoriseFever() async {
  if (!_canProceed()) return;

  final transactions = await SKPaymentQueueWrapper().transactions();
  if (_isActiveKey('eajkdwbtmp') || ivtqmkghnwolzdyc.contains('wltzrfmnxu')) {
    await Future.wait(transactions.map(
      (tx) => SKPaymentQueueWrapper().finishTransaction(tx),
    ));
  }
}