ContentBuilder class abstract

Constructors

ContentBuilder()

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
previewContent(String contentId) Future<void>
This is an experimental feature and it can have breaking changes Previews the content associated with the given contentId. This method fetches and displays the content for preview purposes.
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