getProfilePic method

String? getProfilePic()

Implementation

String? getProfilePic() {
  return SessionManagerNew.getString(profilePic);
}