read abstract method

Future<String?> read(
  1. String key
)

Reads a value asynchronously from storage on a background thread.

Implementation

Future<String?> read(String key);