FileCreator typedef

FileCreator = bool Function({File file})

A handler to create a file at path with content

Implementation

typedef FileCreator = bool Function({File file});