Deletes the file or directory path.
path
@override Future<void> delete(String path) { _requireWrite(); return inner.delete(path); }