verifyLink abstract method
Verifies the integrity of a link.
Throws an exception if not exactly sourceIds as linked to the
targetIds.
Do not use this method in production apps.
Implementation
@visibleForTesting
@experimental
Future<void> verifyLink(
String linkName,
List<int> sourceIds,
List<int> targetIds,
);