read abstract method

String? read(
  1. String key
)

Reads a value synchronously from storage.

Implementation

String? read(String key);