resolvePendingInstallTransactionAfterExit method
Future<NativeInstallTransactionStatus>
resolvePendingInstallTransactionAfterExit(
- 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,
);
}