getGoalCount method

int? getGoalCount()

Implementation

int? getGoalCount() {
  return SessionManagerMethods.getInt(goalCount);
}