ContentBuilder class abstract

Constructors

ContentBuilder.new()

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

enterContentZone() Future<void>
Enables content fetching and updates for the user. This method opts the user into receiving content updates and ensures that relevant data is fetched accordingly.
exitContentZone() Future<void>
Disables content fetching and updates for the user. This method opts the user out of receiving content updates and stops any ongoing content retrieval processes.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshContentZone() Future<void>
Triggers a manual refresh of the content zone. This method forces an update by fetching the latest content, ensuring the user receives the most up-to-date information.
toString() String
A string representation of this object.
inherited

Operators

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