DeleteFileFunction typedef

DeleteFileFunction = bool Function(String path)

Functional type for deleting a single file. Returns true if the file was successfully deleted.

Implementation

typedef DeleteFileFunction = bool Function(String path);