menu
eliud_pkg_follow package
documentation
tools/follower_helper.dart
FollowerHelper
getKey static method
getKey static method
dark_mode
light_mode
getKey
static method
String
getKey
(
String
followedId
,
String
followerId
)
Implementation
static String getKey(String followedId, String followerId) { return '$followedId-$followerId'; }
eliud_pkg_follow package
documentation
tools/follower_helper
FollowerHelper
getKey static method
FollowerHelper class