getUnreadCount method

dynamic getUnreadCount(
  1. String userId
)

Implementation

getUnreadCount(String userId){
  return fullData['unreadCount_$userId'];
}