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