getFollowingList method

AtFollowsList? getFollowingList()

Implementation

AtFollowsList? getFollowingList() {
  return _connectionService.following;
}