formatParseData abstract method

Uint8List? formatParseData(
  1. String docId
)

Cached FileFormat parse artifact for a document (produced by the handler's parse), or null when none exists.

Implementation

Uint8List? formatParseData(String docId);