update method
Synchronously applies updates to the DOM subtree managed by this fragment.
The delta
parameter is implementation-specific and can be used to
denote which parts of the fragment's state have changed for more efficient
updates.
Implementation
@override
void update(int delta) {}