PdfDocumentRefUri constructor

const PdfDocumentRefUri(
  1. Uri uri, {
  2. PdfPasswordProvider? passwordProvider,
  3. bool firstAttemptByEmptyPassword = true,
  4. bool autoDispose = true,
  5. bool preferRangeAccess = false,
  6. Map<String, String>? headers,
  7. bool withCredentials = false,
})

Implementation

const PdfDocumentRefUri(
  this.uri, {
  this.passwordProvider,
  this.firstAttemptByEmptyPassword = true,
  super.autoDispose = true,
  this.preferRangeAccess = false,
  this.headers,
  this.withCredentials = false,
});