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

Available on RxValue<T>, provided by the RxPersistenceExtension extension

Persist the value though the store