Skip to content

Commit

Permalink
Merge pull request #154 from atsign-foundation/update/at_follows
Browse files Browse the repository at this point in the history
Update/at follows
  • Loading branch information
sarika01 authored Aug 17, 2021
2 parents 65a1923 + e17f272 commit 8fb44a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion at_follows_flutter/lib/utils/at_follow_services.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ class AtFollowServices {
_connectionService.init(atClientserviceInstance.atClient!.currentAtSign!);
_connectionProvider.init(atClientserviceInstance.atClient!.currentAtSign!);
SDKService().setClientService = atClientserviceInstance;
await _connectionService.getAtsignsList();
await _connectionService.getAtsignsList(isInit: true);
_connectionService.startMonitor();
}

ConnectionsService get connectionService => _connectionService;

ConnectionProvider get connectionProvider => _connectionProvider;

AtFollowsList? getFollowersList() {
return _connectionService.followers;
}
Expand Down

0 comments on commit 8fb44a6

Please sign in to comment.