{zh} @brief 设置文件绝对路径
FutureOr<void> setPathName(String value) async { return await nativeCall('setPathName', [value]); }