menu
at_follows_flutter package
documentation
utils/at_follow_services.dart
AtFollowServices
follow method
follow method
dark_mode
light_mode
follow
method
Future
follow
(
String
atsign
)
Implementation
Future follow(String atsign) async { return await _connectionProvider.follow(atsign); }
at_follows_flutter package
documentation
utils/at_follow_services
AtFollowServices
follow method
AtFollowServices class