setGoalCount method

Future<void> setGoalCount(
  1. int count
)

Implementation

Future<void> setGoalCount(int count)
async {
  await SessionManagerMethods.setInt(goalCount, count);
}