update method Null safety

  1. @override
Future<Link> update(
  1. String target
)
override

Updates the link.

Returns a Future<Link> that completes with the link when it has been updated. Calling update on a non-existing link will complete its returned future with an exception.

Implementation

@override
Future<Link> update(String target);