Remembers documentId.
documentId
Adding the same id twice is not an error.
@override Future<void> add(String documentId) async { _ids.add(documentId); }