menu
flutter_rxnet_forzzh package
documentation
net/RxNet.dart
RxNet
readCache method
readCache method
dark_mode
light_mode
readCache
method
Future
readCache
(
String
key
)
读取缓存
key
缓存key
Implementation
Future readCache(String key) async { return getDb()?.get(key); }
flutter_rxnet_forzzh package
documentation
net/RxNet
RxNet
readCache method
RxNet class