setFilePath method

FutureOr<void> setFilePath(
  1. int num,
  2. Array<String> path
)

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

Implementation

FutureOr<void> setFilePath(int num, Array<String> path) async {
  return await nativeCall('setFilePath', [num, path]);
}