openPdf method

Future<String?> openPdf({
  1. required String filePath,
  2. required String password,
})

Implementation

Future<String?> openPdf({
  required String filePath,
  required String password,
}) {
  throw UnimplementedError('openPdf() has not been implemented.');
}