deleteFile abstract method

Future<void> deleteFile(
  1. String path
)

Deletes a file at the given path

Does nothing if file doesn't exist

Throws:

  • FileSystemException if delete fails

Implementation

Future<void> deleteFile(String path);