setUpdateUrlData method

void setUpdateUrlData(
  1. String data
)

Sets the value of the ap CGI parameter used in the extension's update URL. This value is ignored for extensions that are hosted in the Chrome Extension Gallery.

Implementation

void setUpdateUrlData(String data) {
  $js.chrome.extension.setUpdateUrlData(data);
}