readCache static method

Future readCache(
  1. String key
)

Implementation

static Future<dynamic> readCache(String key) async{
  return I.cacheManager.readCache(key);
}