disableAutoFetch property

bool? disableAutoFetch

Implementation

static bool? get disableAutoFetch => versionSafePdfJsContext?['disableAutoFetch'] as bool?;
void disableAutoFetch=(bool? disableAutoFetch)

Implementation

static set disableAutoFetch(bool? disableAutoFetch) {
  versionSafePdfJsContext?['disableAutoFetch'] = disableAutoFetch;
}