read abstract method

String? read(
  1. String key
)

Returns the value for key, or null if absent.

Implementation

String? read(String key);