获取存储对象 key 存储key
key
Future<T?> getEntity<T>({required String key}) { return _get(key: key, isList: false); }