shareFile method

void shareFile (
  1. String path
)

Implementation

void shareFile(String path) {
  pdfViwerRef.share(path);
}