No, the server will make the virtual pin changes without any code.
But, if you want your device to do something when the state of the virtual pin changes - like turning a relay on or off - then you need to have a virtual pin handler BLYNK_WRITE(vPin) function in your code and that function must change the status of the relevant physical pin.
The sketch will also require a pinMode statement for the relevant physical pin.