Reg Protocol adapter Error
When I am trying to import Protocol adaptor sdk in my IDE, I am getting error in function synchronizeState().
public void synchronizeState() {
super.synchronizeState();
super.syncProperties();
}
When I over the error it gives the message “The method synchronizeState() is undefined for the type VirtualThing”
Can someone help on resolving this issue ?

