sendTrainingDayGoals method
Implementation
Future<void> sendTrainingDayGoals(DailyGoalsInfoBean dailyGoals) {
String josnStr = dailyGoalsInfoBeanToJson(dailyGoals);
return mConnconst.invokeMethod('sendTrainingDayGoals', <String, dynamic>{"dailyGoals": josnStr});
}