recoverPendingInstallTransaction method

Future<NativeInstallTransactionStatus?> recoverPendingInstallTransaction(
  1. String transactionId
)

Requests helper-owned recovery for transactionId.

Implementation

Future<NativeInstallTransactionStatus?> recoverPendingInstallTransaction(
  String transactionId,
) {
  return _recover(transactionId);
}