是否包含某个key
Future<bool> hasKey(String key) async { await _initialize(); return _storage!.containsKey(key); }