getItem abstract method

String? getItem(
  1. String key
)

Returns the current value associated with the given key.

Implementation

String? getItem(String key);