ContentMethods class

Inheritance

Constructors

ContentMethods()

Properties

backgroundMethodChannel MethodChannel
finalinherited
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateDocument(String slug) Future<Document>
generateScreenView(String feedSlug) Future<ScreenView>
getDocument(String slugName) Future<Map<String, Object>>
getDocuments(DocumentsApiQuery documentsApiQueryModel) Future<List<Map<String, Object>>>
getRecommendations(RecommendationOptions recommendationOptions) Future<RecommendationResponse>
getRecommendationsV2(RecommendationOptions recommendationOptions) Future<RecommendationResponse>
getScreenView() Future<ScreenViewResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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