PdfViewerSource.memory constructor

PdfViewerSource.memory(
  1. Uint8List? bytes
)

Implementation

PdfViewerSource.memory(this.bytes)
    : url = null,
      assetPath = null,
      file = null;