searchValue abstract method
SearchValue searches for better and better values from this value store corresponding to the given Key.
Implementation
Stream<Uint8List> searchValue(String key, RoutingOptions? options);
SearchValue searches for better and better values from this value store corresponding to the given Key.
Stream<Uint8List> searchValue(String key, RoutingOptions? options);