streamInt abstract method

Stream<int?> streamInt(
  1. String key
)

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

Implementation

Stream<int?> streamInt(String key);