getKey static method

String getKey(
  1. String followedId,
  2. String followerId
)

Implementation

static String getKey(String followedId, String followerId) {
  return '$followedId-$followerId';
}