getFormFields abstract method

Future<List<PdfFormField>> getFormFields()

Returns a list of all form fields in the document.

Implementation

Future<List<PdfFormField>> getFormFields();