Returns the number of pages for the PDF located at given path.
Future<int?> getPdfPageCount({ required int pdf, }) async { throw UnimplementedError('getPdfPageCount() has not been implemented.'); }