read method

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

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

Implementation

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