openFile abstract method

Future<PdfDocument?> openFile(
  1. String filePath
)

Opening the specified file.

Implementation

Future<PdfDocument?> openFile(String filePath);