closePdf method

Future<int?> closePdf({
  1. required int pdf,
})

Implementation

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