read abstract method

String? read(
  1. String key
)

Reads the string value associated with key, or null if not found.

Implementation

String? read(String key);