PDFViewerPlugin class

Constructors

PDFViewerPlugin()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onDestroy Stream<Null>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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