getAvatar method

String? getAvatar()

Implementation

String? getAvatar() {
  return userInfo?.avatar;
}