setPathName method

FutureOr<void> setPathName(
  1. String value
)

{zh} @brief 设置文件绝对路径

Implementation

FutureOr<void> setPathName(String value) async {
  return await nativeCall('setPathName', [value]);
}