contentChanged method
Handle the fact that the file with the given path has been modified.
Implementation
@override
void contentChanged(String path) {
var driver = super.driverForPath(path)!;
// logUtil.info('File content changed: $path');
driver.addFile(path);
}