verify abstract method
Verifies the integrity of the collection and its indexes.
Throws an exception if the collection does not contain exactly the
provided objects.
Do not use this method in production apps.
Implementation
@visibleForTesting
@experimental
Future<void> verify(List<OBJ> objects);