Read cookie string from the given key in the storage.
key
@override Future<String?> read(String key) async { final box = await _openBox(); return box.get(key); }