Handle the fact that the file with the given path has been modified.
path
@override void contentChanged(String path) { super.driverForPath(path)?.addFile(path); }