unLinkTo abstract method
Remove a directed link, but will not remove from
and to
(Optional) Only if it matches any of anyTags
and matches all items in allTags
Implementation
bool unLinkTo(from, to, {List anyTags, List allTags});
Remove a directed link, but will not remove from
and to
(Optional) Only if it matches any of anyTags
and matches all items in allTags
bool unLinkTo(from, to, {List anyTags, List allTags});