streamString abstract method

Stream<String?> streamString(
  1. String key
)

Reactively reads the stored String with the given key. If no boolean value is saved, the returned value will be null.

Implementation

Stream<String?> streamString(String key);