删除指定键的数据
Future<void> delete(String key) async { await storage.delete(key: key); debugPrint('SecuredStorage [DELETE] $key'); }