remove abstract method

Future<void> remove(
  1. String documentId
)

Forgets documentId.

Removing an id that is not there is not an error.

Implementation

Future<void> remove(String documentId);