BytePDFSource constructor
const
BytePDFSource(
- Uint8List _pdfBytes
Creates a BytePDFSource that decodes the specified Uint8List as a PDF document.
Implementation
const BytePDFSource(this._pdfBytes);
Creates a BytePDFSource that decodes the specified Uint8List as a PDF document.
const BytePDFSource(this._pdfBytes);