value为自定义对象时好想只会存在内存
@override Future<T?> get<T>(String key) async { try { return _storage!.read(key); } catch (e) { return null; } }