updateSync method Null safety

  1. @override
void updateSync(
  1. String target
)
override

Synchronously updates the link.

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

Implementation

@override
void updateSync(String target) => delegate.updateSync(target);