read method

  1. @override
Stream<V> read(
  1. K key
)
override

Implementation

@override
Stream<V> read(K key) => reader(key);