PDFViewerPlugin class
Constructors
- PDFViewerPlugin.new()
-
factory
Properties
Methods
-
close(
) → Future - Close the PDFViewer Will trigger the onDestroy event
-
dispose(
) → void - Close all Streams
-
launch(
String path, {Rect? rect}) → Future< Null> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited