openPdf method

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

Implementation

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