getCpUserData method

String? getCpUserData()

Implementation

String? getCpUserData() {
  return SessionManagerMethods.getString(cpUserData);
}