patch method

void patch(
  1. VNode oldNode,
  2. VNode newNode
)

Implementation

void patch(VNode oldNode, VNode newNode) {
  throw UnsupportedError('DomPatcher is only available on web runtimes.');
}