sendDailyGoals method
Daily goals are to set daily target values.
Implementation
Future<void> sendDailyGoals(DailyGoalsInfoBean dailyGoals) {
return _platform.sendDailyGoals(dailyGoals);
}
Daily goals are to set daily target values.
Future<void> sendDailyGoals(DailyGoalsInfoBean dailyGoals) {
return _platform.sendDailyGoals(dailyGoals);
}