documentBytes property
Document content as in-memory bytes.
Use when the document isn't available as a file. If both documentPath and documentBytes are provided, documentPath takes precedence.
Implementation
final Uint8List? documentBytes;
Document content as in-memory bytes.
Use when the document isn't available as a file. If both documentPath and documentBytes are provided, documentPath takes precedence.
final Uint8List? documentBytes;