read method

  1. @override
String? read(
  1. String key
)
override

Reads raw string value associated with key, or null if absent.

Implementation

@override
String? read(String key) => _store[key];