cache/fast_cache library
fast_cache.dart fast_app Created by qiuguian on 2019/10/21. Copyright © 2019 fastapp. All rights reserved.
website: http://www.fastapp.top
Classes
-
CacheWidget<
T> -
FastCache<
T>
Functions
-
getStoreValue(
String k) → Future< String?> -
storeString(
String k, dynamic v) → dynamic
Typedefs
-
StoreBuilder<
T> = Widget Function(T item)