RxPersistenceExtension<T> extension

Extension on Rx to persist the value to a key/value store

on
  • RxValue<T>

Methods

persist<I>(String key, {FastRxPersistenceInterface? store, PersistenceConverter<T, I>? converter}) → void
Persist the value though the store