getItem abstract method

Future<String?> getItem(
  1. String key
)

根据 key 获取缓存

Implementation

Future<String?> getItem(String key);