getItem method

String? getItem(
  1. String key
)

Implementation

String? getItem(String key) => js_util.callMethod(this, 'getItem', [key]);