SignalsInMemoryKeyValueStore#
Kind:
class |
Package: package:signals_core
Class: SignalsInMemoryKeyValueStore#
An in-memory, volatile implementation of SignalsKeyValueStore.
This serves as a fallback engine and does not persist across restarts/reload.
Members of SignalsInMemoryKeyValueStore#
| Member | Type | Signature | Description |
|---|---|---|---|
| store | field |
dart store |
The in-memory store. |
| getItem | method |
dart Future<String?> getItem(String key) |
|
| removeItem | method |
dart Future |
|
| setItem | method |
dart Future |
References#
The SignalsInMemoryKeyValueStore type is referenced and used in the following pages:
- PersistedSignal (signals_flutter/utilities)
- PersistedSignal (signals_core/utilities)
- PersistedSignal (signals/utilities)