createFile method

void createFile(
  1. String path
)

Implementation

void createFile(String path) => File(path).createSync(recursive: true);