resolvePendingInstallTransactionAfterExit method

Future<NativeInstallTransactionStatus> resolvePendingInstallTransactionAfterExit(
  1. String transactionId
)

Acknowledges active recovery, exits, then lets the helper recover and relaunch with the captured caller token.

Implementation

Future<NativeInstallTransactionStatus>
    resolvePendingInstallTransactionAfterExit(
  String transactionId,
) async {
  return _invokeTransactionStatus(
    "resolvePendingInstallTransactionAfterExit",
    transactionId,
  );
}