getAvatar method

List<String> getAvatar()

Implementation

List<String> getAvatar() {
  return [widget.conversation.faceUrl ?? ''];
}