TBLClassicUnit class

Constructors

TBLClassicUnit(String _publisherId, String _mode, String _placement, String _pageUrl, String _pageType, String _pageId, String _targetType, bool _isFeed, TBLClassicListener _tblClassicListener, HashMap<String, String> _unrecognizedPageExtraProperties, TBLTrackingManager _tblTrackingManager, TBLEventsManager _tblEventsManager, {Key? key, int? viewId, ScrollController? scrollController, bool? keepAlive, Future<bool>? isWarmedUpWebview})

Properties

getWidget Widget
Get the TBLWebView widget
no setter
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

fetchContent() Future<void>
Fetches the content for the unit.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUnitExtraProps(HashMap<String, String> extraProperties) → void
Set the extra properties for the unit
toString() String
A string representation of this object.
inherited

Operators

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