Skip to content

Commit b5f392e

Browse files
Update documentation
1 parent 78011e6 commit b5f392e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/pdf_text.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const MethodChannel _CHANNEL = const MethodChannel('pdf_text');
1010
const String _TEMP_DIR_NAME = ".flutter_pdf_text";
1111

1212
/// 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].
13+
/// In order to create a new [PDFDoc] instance, one of these static methods has
14+
/// to be used: [PDFDoc.fromFile], [PDFDoc.fromPath], [PDFDoc.fromURL].
1515
class PDFDoc {
1616
File _file;
1717
PDFDocInfo _info;

0 commit comments

Comments
 (0)