RxPersistenceExtension<T> extension
Extension on Rx to persist the value to a key/value store
- on
-
- RxValue<
T>
- RxValue<
Methods
-
persist<
I> (String key, {FastRxPersistenceInterface? store, PersistenceConverter< T, I> ? converter}) → void -
Available on RxValue<
Persist the value though theT> , provided by the RxPersistenceExtension extensionstore