getAvatar static method

String? getAvatar()

Implementation

static String? getAvatar() {
  return SpUtil.getString(BytedeskConstants.avatar);
}