getValue method

Future getValue(
  1. String key
)

Implementation

Future<dynamic> getValue(String key) async {
  return await SharedMemoryCache.getValue(key);
}