verify abstract method

  1. @visibleForTesting
  2. @experimental
Future<void> verify(
  1. List<OBJ> objects
)

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