read abstract method

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

Read cookie string from the given key in the storage.

Implementation

Future<String?> read(String key);