deleteFile property

Future<void> Function(String path) deleteFile
final

Delete file (no-throw if absent).

Implementation

final Future<void> Function(String path) deleteFile;