verifyLink abstract method

  1. @visibleForTesting
  2. @experimental
Future<void> verifyLink(
  1. String linkName,
  2. List<int> sourceIds,
  3. List<int> targetIds
)

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,
);