Deletes a file at the given path
Does nothing if file doesn't exist
Throws:
FileSystemException
Future<void> deleteFile(String path);