getChatMemberInfoId static method

String getChatMemberInfoId(
  1. String currentMemberId,
  2. String roomId
)

Implementation

static String getChatMemberInfoId(String currentMemberId, String roomId) {
  return '$currentMemberId-$roomId';
}