RxPersistenceExtension<T> extension

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

on

Methods

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