updateSync method Null safety

void updateSync (
  1. String target
)

Synchronously updates the link. Calling updateSync on a non-existing link will throw an exception.

Implementation

void updateSync(String target);