createFile method

dynamic createFile()

Implementation

createFile() {
  File(filename).createSync(recursive: true);
}