Deletes the file or directory path.
path
@override Future<void> delete(String path) => _call(Op.delete, {'path': path});