menu
rxnet_plus package
documentation
rxnet_lib.dart
RxNet
readCache<T> static method
readCache<T> static method
dark_mode
light_mode
readCache<
T
>
static method
Future
<
T?
>
readCache
<
T
>(
String
key
)
Implementation
static Future<T?> readCache<T>(String key) async { return await I.cacheManager.get<T>(key); }
rxnet_plus package
documentation
rxnet_lib
RxNet
readCache<T> static method
RxNet class