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