AtFollowServices class

Constructors

AtFollowServices()
factory

Properties

connectionProvider ConnectionProvider
no setter
connectionService ConnectionsService
no setter
hashCode int
The hash code for this object.
no setterinherited
isDataFetched bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

follow(String atsign) Future
getFollowersList() AtFollowsList?
getFollowingList() AtFollowsList?
initializeFollowService(AtClientService atClientserviceInstance) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeFollower(String atsign) Future<bool>
toString() String
A string representation of this object.
inherited
unfollow(String atsign) Future

Operators

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