Deletes the file or directory at the specified path.
path
@override Future<void> deleteFile(String path) async { await _icloudSync.delete( containerId: _containerId, relativePath: path, ); }