showAvatar method

String? showAvatar(
  1. String userId
)

Implementation

String? showAvatar(String userId) {
  return data[userId]?.avatarUrl;
}