menu
langchain_core package
documentation
stores.dart
BaseStore<K, V>
set abstract method
set abstract method
dark_mode
light_mode
set
abstract method
Future
<
void
>
set
(
List
<
(
K
,
V
)
>
keyValuePairs
)
Sets the given key-value pairs.
Implementation
Future<void> set(final List<(K, V)> keyValuePairs);
langchain_core package
documentation
stores
BaseStore<K, V>
set abstract method
BaseStore class