PspdfkitWidgetCallbacks class abstract

Constructors

PspdfkitWidgetCallbacks()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDocumentError(String documentId, String error) → void
onDocumentLoaded(String documentId) → void
onDocumentSaved(String documentId, String? path) → void
onPageChanged(String documentId, int pageIndex) → void
onPageClick(String documentId, int pageIndex, PointF? point, Object? annotation) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

setUp(PspdfkitWidgetCallbacks? api, {BinaryMessenger? binaryMessenger, String messageChannelSuffix = ''}) → void

Constants

pigeonChannelCodec → const MessageCodec<Object?>