Functional type for deleting a single file. Returns true if the file was successfully deleted.
typedef DeleteFileFunction = bool Function(String path);