TimelineService class abstract

Constructors

TimelineService.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
showAppBar bool
no setter

Methods

addCommentToPost(String postId, PostComment newComment) → void
getReleaseItemsFromWoo() Future<void>
getScrollController() ScrollController
getScrollOffset() double
getSponsorsTimeline() Future<void>
getTimeline({bool removePrevious = false}) Future<void>
handleLikeOnPost(Post post) → void
handleLikePost(Post post) Future<void>
hidePost(Post post) Future<void>
isLikedPost(Post post) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCommentToPost(String postId, PostComment comment) → void
removePost(Post post) Future<void>
removePostFromLists(Post post) → void
removePostsFromTimelineByParams({String postId = '', String ownerId = ''}) → void
setMainScrollOffset(double offset) Future<void>
setScrollOffset(double offset) → void
showBlockProfileAlert(BuildContext context, String postOwnerId) Future<void>
showHidePostAlert(BuildContext context, Post post) Future<void>
showRemovePostAlert(BuildContext context, Post post) Future<void>
toString() String
A string representation of this object.
inherited
verifyIfCommented(List<String> postCommentIds, List<String> profileCommentIds) bool

Operators

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