Closed thegamenicorus closed 4 months ago
Added manual entry filter for .getTotalStepsInInterval.
// get the number of steps for today var midnight = DateTime(now.year, now.month, now.day); int? steps = await Health().getTotalStepsInInterval(midnight, now, includeManualEntry: false);
Thanks for your PR!
Added manual entry filter for .getTotalStepsInInterval.