menu
rxnet_plus package
documentation
net/rx_net.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._database?.get<T>(key); }
rxnet_plus package
documentation
net/rx_net
RxNet
readCache<T> static method
RxNet class