SoftUiPdfViewerController constructor

SoftUiPdfViewerController({
  1. String? path,
  2. Uint8List? data,
})

Implementation

SoftUiPdfViewerController({this.path, this.data}) {
  Get.put(this);
}