加密存储
static Future<void> secureSave(String key, String value) async { await storage.write(key: key, value: value); }