获取存储列表 key 存储key
key
Future<T?> getList<T>({required String key}) { return _get(key: key, isList: true); }