PdfViewerPlugin class

Constructors

PdfViewerPlugin()
factory

Properties

onDestroy Stream<Null>
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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
share(String path) Future
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