本地取值
Future<String?> yRead(String key, {bool secure = false}) async { return _getPlugin()!.read(key, secure: secure); }