searchValue abstract method

Stream<Uint8List> searchValue(
  1. String key,
  2. RoutingOptions? options
)

SearchValue searches for better and better values from this value store corresponding to the given Key.

Implementation

Stream<Uint8List> searchValue(String key, RoutingOptions? options);