removeSavedDocument method

bool removeSavedDocument(
  1. String path
)

Implementation

bool removeSavedDocument(String path) {
  return _savedDocumentPaths.remove(path);
}