yieldKeys abstract method

Stream<K> yieldKeys({
  1. String? prefix,
})

Returns a stream that emits all the keys that match the given prefix.

Implementation

Stream<K> yieldKeys({final String? prefix});