getItem static method

String? getItem(
  1. String key
)

Implementation

static String? getItem(String key) {
  return html.window.localStorage.getItem(key);
}