recoverPendingInstallTransaction method
Requests helper-owned recovery for transactionId.
Implementation
Future<NativeInstallTransactionStatus?> recoverPendingInstallTransaction(
String transactionId,
) {
return _recover(transactionId);
}
Requests helper-owned recovery for transactionId.
Future<NativeInstallTransactionStatus?> recoverPendingInstallTransaction(
String transactionId,
) {
return _recover(transactionId);
}