saveDocument method

void saveDocument(
  1. String path
)

Implementation

void saveDocument(String path) {
  _savedDocumentPaths.add(path);
}