streamMap abstract method

Stream<Map<String, dynamic>?> streamMap(
  1. String key
)

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

Implementation

Stream<Map<String, dynamic>?> streamMap(String key);