本地存值
Future<void> ySave(String key, String value, {bool secure = false}) async { await _getPlugin()!.save(key, value, secure: secure); }