TBLWebUnit class
A class that manages web unit functionality and integration
Constructors
-
TBLWebUnit.new({required GlobalKey<
State< key, required TBLTrackingManager tblTrackingManager, required dynamic webViewController, required TBLWebListener tblWebListener, required HashMap<StatefulWidget> >String, String> pageExtraProperties, ScrollController? scrollController}) - Creates a new TBLWebUnit instance with the specified parameters.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollController → ScrollController?
-
final
Methods
-
dispose(
) → dynamic -
fetchContent(
) → Future< void> - Fetches content for the web unit
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setUnitExtraProps(
HashMap< String, String> extraProperties) → Future<void> - Set extra properties for this specific unit. These properties will be merged with page properties.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited