FlutterMuPdf constructor

FlutterMuPdf()

Implementation

FlutterMuPdf() {
  final dylib = DynamicLibrary.open(libraryPath);
  pdflib = MuPdfWrapper(dylib);
}