We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78011e6 commit b5f392eCopy full SHA for b5f392e
lib/pdf_text.dart
@@ -10,8 +10,8 @@ const MethodChannel _CHANNEL = const MethodChannel('pdf_text');
10
const String _TEMP_DIR_NAME = ".flutter_pdf_text";
11
12
/// Class representing a PDF document.
13
-/// In order to create a new [PDFDoc] instance, one of these two static methods has
14
-/// to be used: [PDFDoc.fromFile], [PDFDoc.fromPath].
+/// In order to create a new [PDFDoc] instance, one of these static methods has
+/// to be used: [PDFDoc.fromFile], [PDFDoc.fromPath], [PDFDoc.fromURL].
15
class PDFDoc {
16
File _file;
17
PDFDocInfo _info;
0 commit comments