PdfViewerSource.network constructor

PdfViewerSource.network(
  1. String? url
)

Implementation

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