sendGoalSteps method
Push the user's target step number to the watch. When the number of activity steps on the day reaches the target number of steps, the watch will remind you to reach the target.
Implementation
Future<void> sendGoalSteps(int goalSteps) {
return _platform.sendGoalSteps(goalSteps);
}