openPdf method

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

Implementation

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