readFile method

File readFile(
  1. String filePath
)

创建file文件

Implementation

File readFile(String filePath) {
  return File(filePath);
}