setItem static method

void setItem(
  1. String key,
  2. String value
)

Implementation

static void setItem(String key, String value) {
  // No-op for non-web platforms
}