menu
rxnet_plus package
documentation
net/rx_net.dart
RxNet
readCache static method
readCache static method
dark_mode
light_mode
readCache
static method
Future
readCache
(
String
key
)
Implementation
static Future<dynamic> readCache(String key) async{ return I.cacheManager.readCache(key); }
rxnet_plus package
documentation
net/rx_net
RxNet
readCache static method
RxNet class