updateSync method Null safety
- 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);
Synchronously updates the link.
Calling updateSync on a non-existing link will throw an exception.
@override
void updateSync(String target) => delegate.updateSync(target);