getMyGoal method

String? getMyGoal()

Implementation

String? getMyGoal() {
  return SessionManagerMethods.getString(MyGoal);
}