recoverPendingInstallTransaction method
Asks the authenticated native helper to recover its pending transaction.
Implementation
Future<NativeInstallTransactionStatus> recoverPendingInstallTransaction(
String transactionId,
) async {
return _invokeTransactionStatus(
"recoverPendingInstallTransaction",
transactionId,
);
}