read static method

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

Implementation

static Future<String?> read(String key) => _storage.read(key: key);