queryGoalSteps property

Future<int> queryGoalSteps

Gets the target number of steps set in the watch.

Implementation

Future<int> get queryGoalSteps {
  return _platform.queryGoalSteps;
}