AlhPdfInternalController class

Should be used for general configurations for the native PDF.

This controller is not accessible outside this package.

Constructors

AlhPdfInternalController({required int id})

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
setOrientation({required Orientation orientation, required Map<String, dynamic> creationParams}) Future<void>
Notifies the current orientation.
toString() String
A string representation of this object.
inherited
updateCreationParams({required Map<String, dynamic> creationParams}) Future<void>
Updating values for the native PDF View.

Operators

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