PdfViewerPlugin class
Constructors
- PdfViewerPlugin()
-
factory
Properties
Methods
-
close(
) → Future - Close the PDFViewer Will trigger the onDestroy event
-
dispose(
) → void - Close all Streams
-
launch(
String path, String pass, String mode, {Rect rect} ) → Future< Null> -
registerAcitivityResultListener(
) → Future - adds the plugin as ActivityResultListener Only needed and used on Android
-
removeAcitivityResultListener(
) → Future - removes the plugin as ActivityResultListener Only needed and used on Android
-
resize(
Rect rect ) → Future< Null> - resize PDFViewer
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other ) → bool -
The equality operator. [...]
inherited