getValue static method

Future getValue(
  1. String key
)

Implementation

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